#ac0b3b

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

Shades of Cardinal #AC0B3B

Tints of Cardinal #AC0B3B

Color information

#AC0B3B (or 0xAC0B3B) is unknown color: approx Cardinal. HEX triplet: AC, 0B and 3B. RGB value is (172,11,59). Sum of RGB (Red+Green+Blue) = 172+11+59=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0B3B is #53F4C4. Grayscale: #404040. Windows color (decimal): -5502149 or 3869612. OLE color: 3869612.

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

Color convert

RGB1721159-
CMYK00.940.660.33
HSL342.11º87.98%35.88%-
HSV(B)342.11º93.6%67.45%-
XYZ17.929.334.99-
YUV64.61124.84204.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 71.07%
GREEN value IS 11 (4.69% from 255) = 4.55%
BLUE value IS 59 (23.44% from 255) = 24.38%
R=71.07%
G=4.55%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172115900.940.660.33342.1187.9835.88
HexACB3B05E42211565824
Octal254137301361024152613044
Binary1010110010111110110101111010000101000011010101101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac0b3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac0b3b; }

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

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

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

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

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

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

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

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