Html Css Color HEX #AC0C21 Carmine

📋 copy color: '#AC0C21'

red 172 ◦ green 12 ◦ blue 33

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

Shades of Carmine #AC0C21

Tints of Carmine #AC0C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.21%

R = 79.26%
G = 5.53%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC0C21 (or 0xAC0C21) is known color: Carmine. HEX triplet: AC, 0C and 21. RGB value is (172,12,33). Sum of RGB (Red+Green+Blue) = 172+12+33=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0C21 is #53F3DE. Grayscale: #3E3E3E. Windows color (decimal): -5501919 or 2165932. OLE color: 2165932.

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

Color convert

RGB 172 12 33 -
CMYK 0 0.93 0.81 0.33
HSL 352.13º 0.87% 0.36% -
HSV(B) 352.13º 0.93% 0.67% -
XYZ 17.42 9.14 2.29 -
YUV 62.23 111.51 206.29 -
System Red Green Blue C M Y K H S L
Decimal 172 12 33 0 0.93 0.81 0.33 352.13 0.87 0.36
Hex AC C 21 0 5D 51 21 160 57 24
Octal 254 14 41 0 135 121 41 540 127 44
Binary 10101100 1100 100001 0 1011101 1010001 100001 101100000 1010111 100100

Color Harmonies of #AC0C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C21

Black with #AC0C21

Text Example


Text Example

White with #AC0C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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