Html Css Color HEX #AC0C18 Carmine

📋 copy color: '#AC0C18'

red 172 ◦ green 12 ◦ blue 24

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

Shades of Carmine #AC0C18

Tints of Carmine #AC0C18

RGB

 RED value IS 172 (67.58% from 255) = 82.69%

 GREEN value IS 12 (5.08% from 255) = 5.77%

 BLUE value IS 24 (9.77% from 255) = 11.54%

R = 82.69%
G = 5.77%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC0C18 (or 0xAC0C18) is known color: Carmine. HEX triplet: AC, 0C and 18. RGB value is (172,12,24). Sum of RGB (Red+Green+Blue) = 172+12+24=208 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.69% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0C18 is #53F3E7. Grayscale: #3D3D3D. Windows color (decimal): -5501928 or 1576108. OLE color: 1576108.

HSL color Cylindrical-coordinate representation of color #AC0C18: hue angle of 355.5º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0C18 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 12 24 -
CMYK 0 0.93 0.86 0.33
HSL 355.5º 0.87% 0.36% -
HSV(B) 355.5º 0.93% 0.67% -
XYZ 17.31 9.1 1.71 -
YUV 61.21 107.01 207.02 -
System Red Green Blue C M Y K H S L
Decimal 172 12 24 0 0.93 0.86 0.33 355.5 0.87 0.36
Hex AC C 18 0 5D 56 21 164 57 24
Octal 254 14 30 0 135 126 41 544 127 44
Binary 10101100 1100 11000 0 1011101 1010110 100001 101100100 1010111 100100

Color Harmonies of #AC0C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C18

Black with #AC0C18

Text Example


Text Example

White with #AC0C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C18; }

 p { color: rgb(172,12,24); }

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

background-color css

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

 a { background-color: rgb(172,12,24); }

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

border-color css

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

 span { border-color: rgb(172,12,24); }

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