#AC092A

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

Shades of Carmine #AC092A

Tints of Carmine #AC092A

Color information

#AC092A (or 0xAC092A) is unknown color: approx Carmine. HEX triplet: AC, 09 and 2A. RGB value is (172,9,42). Sum of RGB (Red+Green+Blue) = 172+9+42=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC092A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC092A is #53F6D5. Grayscale: #3D3D3D. Windows color (decimal): -5502678 or 2754988. OLE color: 2754988.

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

Color convert

RGB172942-
CMYK00.950.760.33
HSL347.85º90.06%35.49%-
HSV(B)347.85º94.77%67.45%-
XYZ17.539.133.03-
YUV61.5117206.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 77.13%
GREEN value IS 9 (3.91% from 255) = 4.04%
BLUE value IS 42 (16.80% from 255) = 18.83%
R=77.13%
G=4.04%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17294200.950.760.33347.8590.0635.49
HexAC92A05F4C2115c5a23
Octal254115201371144153413243
Binary1010110010011010100101111110011001000011010111001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC092A; }

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

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

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

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

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

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

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

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