#A80B3C

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

Shades of Cardinal #A80B3C

Tints of Cardinal #A80B3C

Color information

#A80B3C (or 0xA80B3C) is unknown color: approx Cardinal. HEX triplet: A8, 0B and 3C. RGB value is (168,11,60). Sum of RGB (Red+Green+Blue) = 168+11+60=239 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.29% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80B3C is #57F4C3. Grayscale: #3F3F3F. Windows color (decimal): -5764292 or 3935144. OLE color: 3935144.

HSL color Cylindrical-coordinate representation of color #A80B3C: hue angle of 341.27º 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 #A80B3C is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB1681160-
CMYK00.930.640.34
HSL341.27º87.71%35.1%-
HSV(B)341.27º93.45%65.88%-
XYZ17.088.895.09-
YUV63.53126.01202.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 70.29%
GREEN value IS 11 (4.69% from 255) = 4.60%
BLUE value IS 60 (23.83% from 255) = 25.10%
R=70.29%
G=4.60%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168116000.930.640.34341.2787.7135.1
HexA8B3C05D40221555823
Octal250137401351004252513043
Binary1010100010111111000101110110000001000101010101011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80B3C; }

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

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

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

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

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

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

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

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