#AC0328

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

Shades of Carmine #AC0328

Tints of Carmine #AC0328

Color information

#AC0328 (or 0xAC0328) is unknown color: approx Carmine. HEX triplet: AC, 03 and 28. RGB value is (172,3,40). Sum of RGB (Red+Green+Blue) = 172+3+40=215 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0328 is #53FCD7. Grayscale: #393939. Windows color (decimal): -5504216 or 2622380. OLE color: 2622380.

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

Color convert

RGB172340-
CMYK00.980.770.33
HSL346.86º96.57%34.31%-
HSV(B)346.86º98.26%67.45%-
XYZ17.438.992.82-
YUV57.75117.99209.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 80%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 40 (16.02% from 255) = 18.60%
R=80%
G=1.40%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17234000.980.770.33346.8696.5734.31
HexAC3280624D2115b6122
Octal25435001421154153314142
Binary10101100111010000110001010011011000011010110111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0328; }

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

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

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

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

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

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

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

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