Html Css Color HEX #AC0220 Carmine

📋 copy color: '#AC0220'

red 172 ◦ green 2 ◦ blue 32

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

Shades of Carmine #AC0220

Tints of Carmine #AC0220

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

 BLUE value IS 32 (12.89% from 255) = 15.53%

R = 83.5%
G = 0.97%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC0220 (or 0xAC0220) is known color: Carmine. HEX triplet: AC, 02 and 20. RGB value is (172,2,32). Sum of RGB (Red+Green+Blue) = 172+2+32=206 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.50% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0220 is #53FDDF. Grayscale: #383838. Windows color (decimal): -5504480 or 2097836. OLE color: 2097836.

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

Color convert

RGB 172 2 32 -
CMYK 0 0.99 0.81 0.33
HSL 349.41º 0.98% 0.34% -
HSV(B) 349.41º 0.99% 0.67% -
XYZ 17.3 8.92 2.18 -
YUV 56.25 114.32 210.56 -
System Red Green Blue C M Y K H S L
Decimal 172 2 32 0 0.99 0.81 0.33 349.41 0.98 0.34
Hex AC 2 20 0 63 51 21 15D 62 22
Octal 254 2 40 0 143 121 41 535 142 42
Binary 10101100 10 100000 0 1100011 1010001 100001 101011101 1100010 100010

Color Harmonies of #AC0220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0220

Black with #AC0220

Text Example


Text Example

White with #AC0220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0220; }

 p { color: rgb(172,2,32); }

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

background-color css

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

 a { background-color: rgb(172,2,32); }

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

border-color css

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

 span { border-color: rgb(172,2,32); }

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