#AC0023

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

Shades of Carmine #AC0023

Tints of Carmine #AC0023

Color information

#AC0023 (or 0xAC0023) is unknown color: approx Carmine. HEX triplet: AC, 00 and 23. RGB value is (172,0,35). Sum of RGB (Red+Green+Blue) = 172+0+35=207 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.09% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 35 (14.06% from 255 or 16.91% from 207); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0023 is #53FFDC. Grayscale: #373737. Windows color (decimal): -5504989 or 2293932. OLE color: 2293932.

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

Color convert

RGB172035-
CMYK010.800.33
HSL347.79º100%33.73%-
HSV(B)347.79º100%67.45%-
XYZ17.328.892.39-
YUV55.42116.48211.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 83.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 35 (14.06% from 255) = 16.91%
R=83.09%
G=0%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172035010.800.33347.7910033.73
HexAC023064502115c6422
Octal25404301441204153414442
Binary1010110001000110110010010100001000011010111001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0023; }

 p { color: rgb(172,0,35); }

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

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

 a { background-color: rgb(172,0,35); }

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

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

 span { border-color: rgb(172,0,35); }

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