#AC0928

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

Shades of Carmine #AC0928

Tints of Carmine #AC0928

Color information

#AC0928 (or 0xAC0928) is unknown color: approx Carmine. HEX triplet: AC, 09 and 28. RGB value is (172,9,40). Sum of RGB (Red+Green+Blue) = 172+9+40=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0928 is #53F6D7. Grayscale: #3D3D3D. Windows color (decimal): -5502680 or 2623916. OLE color: 2623916.

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

Color convert

RGB172940-
CMYK00.950.770.33
HSL348.59º90.06%35.49%-
HSV(B)348.59º94.77%67.45%-
XYZ17.499.122.85-
YUV61.27116206.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 77.83%
GREEN value IS 9 (3.91% from 255) = 4.07%
BLUE value IS 40 (16.02% from 255) = 18.10%
R=77.83%
G=4.07%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17294000.950.770.33348.5990.0635.49
HexAC92805F4D2115d5a23
Octal254115001371154153513243
Binary1010110010011010000101111110011011000011010111011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0928; }

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

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

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

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

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

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

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

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