#AC0B41

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

Shades of Cardinal #AC0B41

Tints of Cardinal #AC0B41

Color information

#AC0B41 (or 0xAC0B41) is unknown color: approx Cardinal. HEX triplet: AC, 0B and 41. RGB value is (172,11,65). Sum of RGB (Red+Green+Blue) = 172+11+65=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0B41 is #53F4BE. Grayscale: #414141. Windows color (decimal): -5502143 or 4262828. OLE color: 4262828.

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

Color convert

RGB1721165-
CMYK00.940.620.33
HSL339.88º87.98%35.88%-
HSV(B)339.88º93.6%67.45%-
XYZ18.099.395.86-
YUV65.3127.84204.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 69.35%
GREEN value IS 11 (4.69% from 255) = 4.44%
BLUE value IS 65 (25.78% from 255) = 26.21%
R=69.35%
G=4.44%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172116500.940.620.33339.8887.9835.88
HexACB4105E3E211545824
Octal254131010136764152413044
Binary1010110010111000001010111101111101000011010101001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0B41; }

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

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

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

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

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

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

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

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