Html Css Color HEX #AC0B20 Carmine

📋 copy color: '#AC0B20'

red 172 ◦ green 11 ◦ blue 32

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

Shades of Carmine #AC0B20

Tints of Carmine #AC0B20

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.12%

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

R = 80%
G = 5.12%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC0B20 (or 0xAC0B20) is known color: Carmine. HEX triplet: AC, 0B and 20. RGB value is (172,11,32). Sum of RGB (Red+Green+Blue) = 172+11+32=215 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0B20 is #53F4DF. Grayscale: #3D3D3D. Windows color (decimal): -5502176 or 2100140. OLE color: 2100140.

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

Color convert

RGB 172 11 32 -
CMYK 0 0.94 0.81 0.33
HSL 352.17º 0.88% 0.36% -
HSV(B) 352.17º 0.94% 0.67% -
XYZ 17.39 9.11 2.21 -
YUV 61.53 111.34 206.79 -
System Red Green Blue C M Y K H S L
Decimal 172 11 32 0 0.94 0.81 0.33 352.17 0.88 0.36
Hex AC B 20 0 5E 51 21 160 58 24
Octal 254 13 40 0 136 121 41 540 130 44
Binary 10101100 1011 100000 0 1011110 1010001 100001 101100000 1011000 100100

Color Harmonies of #AC0B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0B20

Black with #AC0B20

Text Example


Text Example

White with #AC0B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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