Html Css Color HEX #AE0412 Carmine

📋 copy color: '#AE0412'

red 174 ◦ green 4 ◦ blue 18

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

Shades of Carmine #AE0412

Tints of Carmine #AE0412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.04%

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

R = 88.78%
G = 2.04%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE0412 (or 0xAE0412) is known color: Carmine. HEX triplet: AE, 04 and 12. RGB value is (174,4,18). Sum of RGB (Red+Green+Blue) = 174+4+18=196 (25% of max value = 765). Red value is 174 (68.36% from 255 or 88.78% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0412 is #51FBED. Grayscale: #383838. Windows color (decimal): -5372910 or 1180846. OLE color: 1180846.

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

Color convert

RGB 174 4 18 -
CMYK 0 0.98 0.90 0.32
HSL 355.06º 0.96% 0.35% -
HSV(B) 355.06º 0.98% 0.68% -
XYZ 17.61 9.13 1.41 -
YUV 56.43 106.32 211.86 -
System Red Green Blue C M Y K H S L
Decimal 174 4 18 0 0.98 0.90 0.32 355.06 0.96 0.35
Hex AE 4 12 0 62 5A 20 163 60 23
Octal 256 4 22 0 142 132 40 543 140 43
Binary 10101110 100 10010 0 1100010 1011010 100000 101100011 1100000 100011

Color Harmonies of #AE0412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0412

Black with #AE0412

Text Example


Text Example

White with #AE0412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0412; }

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

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

background-color css

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

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

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

border-color css

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

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

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