#AC0B38

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

Shades of Cardinal #AC0B38

Tints of Cardinal #AC0B38

Color information

#AC0B38 (or 0xAC0B38) is unknown color: approx Cardinal. HEX triplet: AC, 0B and 38. RGB value is (172,11,56). Sum of RGB (Red+Green+Blue) = 172+11+56=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0B38 is #53F4C7. Grayscale: #404040. Windows color (decimal): -5502152 or 3673004. OLE color: 3673004.

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

Color convert

RGB1721156-
CMYK00.940.670.33
HSL343.23º87.98%35.88%-
HSV(B)343.23º93.6%67.45%-
XYZ17.859.34.59-
YUV64.27123.34204.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 71.97%
GREEN value IS 11 (4.69% from 255) = 4.60%
BLUE value IS 56 (22.27% from 255) = 23.43%
R=71.97%
G=4.60%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172115600.940.670.33343.2387.9835.88
HexACB3805E43211575824
Octal254137001361034152713044
Binary1010110010111110000101111010000111000011010101111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0B38; }

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

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

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

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

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

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

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

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