Html Css Color HEX #AC0C24 Carmine

📋 copy color: '#AC0C24'

red 172 ◦ green 12 ◦ blue 36

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

Shades of Carmine #AC0C24

Tints of Carmine #AC0C24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.36%

R = 78.18%
G = 5.45%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AC0C24 (or 0xAC0C24) is known color: Carmine. HEX triplet: AC, 0C and 24. RGB value is (172,12,36). Sum of RGB (Red+Green+Blue) = 172+12+36=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0C24 is #53F3DB. Grayscale: #3E3E3E. Windows color (decimal): -5501916 or 2362540. OLE color: 2362540.

HSL color Cylindrical-coordinate representation of color #AC0C24: hue angle of 351º 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 #AC0C24 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 12 36 -
CMYK 0 0.93 0.79 0.33
HSL 351º 0.87% 0.36% -
HSV(B) 351º 0.93% 0.67% -
XYZ 17.46 9.16 2.52 -
YUV 62.58 113.01 206.05 -
System Red Green Blue C M Y K H S L
Decimal 172 12 36 0 0.93 0.79 0.33 351 0.87 0.36
Hex AC C 24 0 5D 4F 21 15F 57 24
Octal 254 14 44 0 135 117 41 537 127 44
Binary 10101100 1100 100100 0 1011101 1001111 100001 101011111 1010111 100100

Color Harmonies of #AC0C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C24

Black with #AC0C24

Text Example


Text Example

White with #AC0C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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