#AC0B2F

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

Shades of Cardinal #AC0B2F

Tints of Cardinal #AC0B2F

Color information

#AC0B2F (or 0xAC0B2F) is unknown color: approx Cardinal. HEX triplet: AC, 0B and 2F. RGB value is (172,11,47). Sum of RGB (Red+Green+Blue) = 172+11+47=230 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.78% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0B2F is #53F4D0. Grayscale: #3F3F3F. Windows color (decimal): -5502161 or 3083180. OLE color: 3083180.

HSL color Cylindrical-coordinate representation of color #AC0B2F: hue angle of 346.58º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0B2F is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB1721147-
CMYK00.940.730.33
HSL346.58º87.98%35.88%-
HSV(B)346.58º93.6%67.45%-
XYZ17.659.223.54-
YUV63.24118.84205.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 74.78%
GREEN value IS 11 (4.69% from 255) = 4.78%
BLUE value IS 47 (18.75% from 255) = 20.43%
R=74.78%
G=4.78%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172114700.940.730.33346.5887.9835.88
HexACB2F05E492115b5824
Octal254135701361114153313044
Binary1010110010111011110101111010010011000011010110111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0B2F; }

 p { color: rgb(172,11,47); }

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

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

 a { background-color: rgb(172,11,47); }

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

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

 span { border-color: rgb(172,11,47); }

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