Html Css Color HEX #AE0212 Carmine

📋 copy color: '#AE0212'

red 174 ◦ green 2 ◦ blue 18

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

Shades of Carmine #AE0212

Tints of Carmine #AE0212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.03%

 BLUE value IS 18 (7.42% from 255) = 9.28%

R = 89.69%
G = 1.03%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE0212 (or 0xAE0212) is known color: Carmine. HEX triplet: AE, 02 and 12. RGB value is (174,2,18). Sum of RGB (Red+Green+Blue) = 174+2+18=194 (25% of max value = 765). Red value is 174 (68.36% from 255 or 89.69% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0212 is #51FDED. Grayscale: #373737. Windows color (decimal): -5373422 or 1180334. OLE color: 1180334.

HSL color Cylindrical-coordinate representation of color #AE0212: hue angle of 354.42º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0212 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 2 18 -
CMYK 0 0.99 0.90 0.32
HSL 354.42º 0.98% 0.35% -
HSV(B) 354.42º 0.99% 0.68% -
XYZ 17.59 9.09 1.4 -
YUV 55.25 106.98 212.7 -
System Red Green Blue C M Y K H S L
Decimal 174 2 18 0 0.99 0.90 0.32 354.42 0.98 0.35
Hex AE 2 12 0 63 5A 20 162 62 23
Octal 256 2 22 0 143 132 40 542 142 43
Binary 10101110 10 10010 0 1100011 1011010 100000 101100010 1100010 100011

Color Harmonies of #AE0212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0212

Black with #AE0212

Text Example


Text Example

White with #AE0212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0212; }

 p { color: rgb(174,2,18); }

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

background-color css

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

 a { background-color: rgb(174,2,18); }

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

border-color css

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

 span { border-color: rgb(174,2,18); }

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