#AC0B2E

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

Shades of Cardinal #AC0B2E

Tints of Cardinal #AC0B2E

Color information

#AC0B2E (or 0xAC0B2E) is unknown color: approx Cardinal. HEX triplet: AC, 0B and 2E. RGB value is (172,11,46). Sum of RGB (Red+Green+Blue) = 172+11+46=229 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.11% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0B2E is #53F4D1. Grayscale: #3F3F3F. Windows color (decimal): -5502162 or 3017644. OLE color: 3017644.

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

Color convert

RGB1721146-
CMYK00.940.730.33
HSL346.96º87.98%35.88%-
HSV(B)346.96º93.6%67.45%-
XYZ17.639.213.43-
YUV63.13118.34205.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 75.11%
GREEN value IS 11 (4.69% from 255) = 4.80%
BLUE value IS 46 (18.36% from 255) = 20.09%
R=75.11%
G=4.80%
B=20.09%

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
Decimal172114600.940.730.33346.9687.9835.88
HexACB2E05E492115b5824
Octal254135601361114153313044
Binary1010110010111011100101111010010011000011010110111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0B2E; }

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

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

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

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

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

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

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

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