#A80B38

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

Shades of Cardinal #A80B38

Tints of Cardinal #A80B38

Color information

#A80B38 (or 0xA80B38) is unknown color: approx Cardinal. HEX triplet: A8, 0B and 38. RGB value is (168,11,56). Sum of RGB (Red+Green+Blue) = 168+11+56=235 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.49% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80B38 is #57F4C7. Grayscale: #3F3F3F. Windows color (decimal): -5764296 or 3673000. OLE color: 3673000.

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

Color convert

RGB1681156-
CMYK00.930.670.34
HSL342.8º87.71%35.1%-
HSV(B)342.8º93.45%65.88%-
XYZ16.988.854.55-
YUV63.07124.01202.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 71.49%
GREEN value IS 11 (4.69% from 255) = 4.68%
BLUE value IS 56 (22.27% from 255) = 23.83%
R=71.49%
G=4.68%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168115600.930.670.34342.887.7135.1
HexA8B3805D43221575823
Octal250137001351034252713043
Binary1010100010111110000101110110000111000101010101111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80B38; }

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

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

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

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

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

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

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

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