Html Css Color HEX #AC0720 Carmine

📋 copy color: '#AC0720'

red 172 ◦ green 7 ◦ blue 32

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

Shades of Carmine #AC0720

Tints of Carmine #AC0720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.32%

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

R = 81.52%
G = 3.32%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC0720 (or 0xAC0720) is known color: Carmine. HEX triplet: AC, 07 and 20. RGB value is (172,7,32). Sum of RGB (Red+Green+Blue) = 172+7+32=211 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.52% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0720 is #53F8DF. Grayscale: #3B3B3B. Windows color (decimal): -5503200 or 2099116. OLE color: 2099116.

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

Color convert

RGB 172 7 32 -
CMYK 0 0.96 0.81 0.33
HSL 350.91º 0.92% 0.35% -
HSV(B) 350.91º 0.96% 0.67% -
XYZ 17.35 9.03 2.19 -
YUV 59.19 112.66 208.47 -
System Red Green Blue C M Y K H S L
Decimal 172 7 32 0 0.96 0.81 0.33 350.91 0.92 0.35
Hex AC 7 20 0 60 51 21 15F 5C 23
Octal 254 7 40 0 140 121 41 537 134 43
Binary 10101100 111 100000 0 1100000 1010001 100001 101011111 1011100 100011

Color Harmonies of #AC0720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0720

Black with #AC0720

Text Example


Text Example

White with #AC0720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0720; }

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

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

background-color css

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

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

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

border-color css

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

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

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