#A80C3E

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

Shades of Cardinal #A80C3E

Tints of Cardinal #A80C3E

Color information

#A80C3E (or 0xA80C3E) is unknown color: approx Cardinal. HEX triplet: A8, 0C and 3E. RGB value is (168,12,62). Sum of RGB (Red+Green+Blue) = 168+12+62=242 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.42% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80C3E is #57F3C1. Grayscale: #404040. Windows color (decimal): -5764034 or 4066472. OLE color: 4066472.

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

Color convert

RGB1681262-
CMYK00.930.630.34
HSL340.77º86.67%35.29%-
HSV(B)340.77º92.86%65.88%-
XYZ17.158.945.38-
YUV64.34126.68201.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 69.42%
GREEN value IS 12 (5.08% from 255) = 4.96%
BLUE value IS 62 (24.61% from 255) = 25.62%
R=69.42%
G=4.96%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168126200.930.630.34340.7786.6735.29
HexA8C3E05D3F221555723
Octal25014760135774252512743
Binary101010001100111110010111011111111000101010101011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80C3E; }

 p { color: rgb(168,12,62); }

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

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

 a { background-color: rgb(168,12,62); }

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

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

 span { border-color: rgb(168,12,62); }

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