#AC0722

Color #AC0722 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #AC0722

Tints of Carmine #AC0722

Color information

#AC0722 (or 0xAC0722) is unknown color: approx Carmine. HEX triplet: AC, 07 and 22. RGB value is (172,7,34). Sum of RGB (Red+Green+Blue) = 172+7+34=213 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.75% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0722 is #53F8DD. Grayscale: #3B3B3B. Windows color (decimal): -5503198 or 2230188. OLE color: 2230188.

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

Color convert

RGB172734-
CMYK00.960.800.33
HSL350.18º92.18%35.1%-
HSV(B)350.18º95.93%67.45%-
XYZ17.389.042.34-
YUV59.41113.66208.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 80.75%
GREEN value IS 7 (3.12% from 255) = 3.29%
BLUE value IS 34 (13.67% from 255) = 15.96%
R=80.75%
G=3.29%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17273400.960.800.33350.1892.1835.1
HexAC722060502115e5c23
Octal25474201401204153613443
Binary101011001111000100110000010100001000011010111101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0722; }

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

 H1.HeaderClassName
 {
   color: #AC0722;
 }
 .AnyTagClassName
 {
   color: #AC0722;
 }
</style>
background-color css

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

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

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

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

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

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