Html Css Color HEX #AC0F21 Carmine

📋 copy color: '#AC0F21'

red 172 ◦ green 15 ◦ blue 33

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

Shades of Carmine #AC0F21

Tints of Carmine #AC0F21

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.82%

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

R = 78.18%
G = 6.82%
B = 15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC0F21 (or 0xAC0F21) is known color: Carmine. HEX triplet: AC, 0F and 21. RGB value is (172,15,33). Sum of RGB (Red+Green+Blue) = 172+15+33=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0F21 is #53F0DE. Grayscale: #404040. Windows color (decimal): -5501151 or 2166700. OLE color: 2166700.

HSL color Cylindrical-coordinate representation of color #AC0F21: hue angle of 353.12º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC0F21 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 15 33 -
CMYK 0 0.91 0.81 0.33
HSL 353.12º 0.84% 0.37% -
HSV(B) 353.12º 0.91% 0.67% -
XYZ 17.46 9.22 2.3 -
YUV 64 110.51 205.04 -
System Red Green Blue C M Y K H S L
Decimal 172 15 33 0 0.91 0.81 0.33 353.12 0.84 0.37
Hex AC F 21 0 5B 51 21 161 54 25
Octal 254 17 41 0 133 121 41 541 124 45
Binary 10101100 1111 100001 0 1011011 1010001 100001 101100001 1010100 100101

Color Harmonies of #AC0F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0F21

Black with #AC0F21

Text Example


Text Example

White with #AC0F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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