#AC0326

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

Shades of Carmine #AC0326

Tints of Carmine #AC0326

Color information

#AC0326 (or 0xAC0326) is unknown color: approx Carmine. HEX triplet: AC, 03 and 26. RGB value is (172,3,38). Sum of RGB (Red+Green+Blue) = 172+3+38=213 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.75% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0326 is #53FCD9. Grayscale: #393939. Windows color (decimal): -5504218 or 2491308. OLE color: 2491308.

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

Color convert

RGB172338-
CMYK00.980.780.33
HSL347.57º96.57%34.31%-
HSV(B)347.57º98.26%67.45%-
XYZ17.48.982.65-
YUV57.52116.99209.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 80.75%
GREEN value IS 3 (1.56% from 255) = 1.41%
BLUE value IS 38 (15.23% from 255) = 17.84%
R=80.75%
G=1.41%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17233800.980.780.33347.5796.5734.31
HexAC3260624E2115c6122
Octal25434601421164153414142
Binary10101100111001100110001010011101000011010111001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0326; }

 p { color: rgb(172,3,38); }

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

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

 a { background-color: rgb(172,3,38); }

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

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

 span { border-color: rgb(172,3,38); }

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