Html Css Color HEX #AE0312 Carmine

📋 copy color: '#AE0312'

red 174 ◦ green 3 ◦ blue 18

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

Shades of Carmine #AE0312

Tints of Carmine #AE0312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.54%

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

R = 89.23%
G = 1.54%
B = 9.23%

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

#AE0312 (or 0xAE0312) is known color: Carmine. HEX triplet: AE, 03 and 12. RGB value is (174,3,18). Sum of RGB (Red+Green+Blue) = 174+3+18=195 (25% of max value = 765). Red value is 174 (68.36% from 255 or 89.23% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0312 is #51FCED. Grayscale: #373737. Windows color (decimal): -5373166 or 1180590. OLE color: 1180590.

HSL color Cylindrical-coordinate representation of color #AE0312: hue angle of 354.74º degrees, saturation: 0.97, 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 #AE0312 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 3 18 -
CMYK 0 0.98 0.90 0.32
HSL 354.74º 0.97% 0.35% -
HSV(B) 354.74º 0.98% 0.68% -
XYZ 17.6 9.11 1.4 -
YUV 55.84 106.65 212.28 -
System Red Green Blue C M Y K H S L
Decimal 174 3 18 0 0.98 0.90 0.32 354.74 0.97 0.35
Hex AE 3 12 0 62 5A 20 163 61 23
Octal 256 3 22 0 142 132 40 543 141 43
Binary 10101110 11 10010 0 1100010 1011010 100000 101100011 1100001 100011

Color Harmonies of #AE0312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0312

Black with #AE0312

Text Example


Text Example

White with #AE0312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0312; }

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

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

background-color css

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

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

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

border-color css

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

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

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