#A80D37

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

Shades of Cardinal #A80D37

Tints of Cardinal #A80D37

Color information

#A80D37 (or 0xA80D37) is unknown color: approx Cardinal. HEX triplet: A8, 0D and 37. RGB value is (168,13,55). Sum of RGB (Red+Green+Blue) = 168+13+55=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A80D37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80D37 is #57F2C8. Grayscale: #404040. Windows color (decimal): -5763785 or 3607976. OLE color: 3607976.

HSL color Cylindrical-coordinate representation of color #A80D37: hue angle of 343.74º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80D37 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB1681355-
CMYK00.920.670.34
HSL343.74º85.64%35.49%-
HSV(B)343.74º92.26%65.88%-
XYZ16.988.894.44-
YUV64.13122.85202.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 71.19%
GREEN value IS 13 (5.47% from 255) = 5.51%
BLUE value IS 55 (21.88% from 255) = 23.31%
R=71.19%
G=5.51%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168135500.920.670.34343.7485.6435.49
HexA8D3705C43221585623
Octal250156701341034253012643
Binary1010100011011101110101110010000111000101010110001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80D37; }

 p { color: rgb(168,13,55); }

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

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

 a { background-color: rgb(168,13,55); }

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

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

 span { border-color: rgb(168,13,55); }

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