Html Css Color HEX #AE102D Cardinal

📋 copy color: '#AE102D'

red 174 ◦ green 16 ◦ blue 45

#AE102D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #AE102D

Tints of Cardinal #AE102D

RGB

 RED value IS 174 (68.36% from 255) = 74.04%

 GREEN value IS 16 (6.64% from 255) = 6.81%

 BLUE value IS 45 (17.97% from 255) = 19.15%

R = 74.04%
G = 6.81%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AE102D (or 0xAE102D) is known color: Cardinal. HEX triplet: AE, 10 and 2D. RGB value is (174,16,45). Sum of RGB (Red+Green+Blue) = 174+16+45=235 (31% of max value = 765). Red value is 174 (68.36% from 255 or 74.04% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 174 - color contains mainly: red. Hex color #AE102D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE102D is #51EFD2. Grayscale: #424242. Windows color (decimal): -5369811 or 2953390. OLE color: 2953390.

HSL color Cylindrical-coordinate representation of color #AE102D: hue angle of 348.99º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE102D is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 16 45 -
CMYK 0 0.91 0.74 0.32
HSL 348.99º 0.83% 0.37% -
HSV(B) 348.99º 0.91% 0.68% -
XYZ 18.11 9.56 3.37 -
YUV 66.55 115.85 204.64 -
System Red Green Blue C M Y K H S L
Decimal 174 16 45 0 0.91 0.74 0.32 348.99 0.83 0.37
Hex AE 10 2D 0 5B 4A 20 15D 53 25
Octal 256 20 55 0 133 112 40 535 123 45
Binary 10101110 10000 101101 0 1011011 1001010 100000 101011101 1010011 100101

Color Harmonies of #AE102D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE102D

Black with #AE102D

Text Example


Text Example

White with #AE102D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE102D; }

 p { color: rgb(174,16,45); }

 H1.HeaderClassName
 {
   color: #AE102D;
 }
 .AnyTagClassName
 {
   color: #AE102D;
 }
</style>

background-color css

<style>
 a { background-color: #AE102D; }

 a { background-color: rgb(174,16,45); }

 div.DivClassName
 {
   background-color: #AE102D;
 }
 .BgClassName
 {
   background-color: #AE102D;
 }
</style>

border-color css

<style>
 span { border-color: #AE102D; }

 span { border-color: rgb(174,16,45); }

 td.TdClassName
 {
   border-color: #AE102D;
 }
 .TagClassName
 {
   border-color: #AE102D;
 }
</style>