#a80c34

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

Shades of Cardinal #A80C34

Tints of Cardinal #A80C34

Color information

#A80C34 (or 0xA80C34) is unknown color: approx Cardinal. HEX triplet: A8, 0C and 34. RGB value is (168,12,52). Sum of RGB (Red+Green+Blue) = 168+12+52=232 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.41% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80C34 is #57F3CB. Grayscale: #3F3F3F. Windows color (decimal): -5764044 or 3411112. OLE color: 3411112.

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

Color convert

RGB1681252-
CMYK00.930.690.34
HSL344.62º86.67%35.29%-
HSV(B)344.62º92.86%65.88%-
XYZ16.98.844.06-
YUV63.2121.68202.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 72.41%
GREEN value IS 12 (5.08% from 255) = 5.17%
BLUE value IS 52 (20.70% from 255) = 22.41%
R=72.41%
G=5.17%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168125200.930.690.34344.6286.6735.29
HexA8C3405D45221595723
Octal250146401351054253112743
Binary1010100011001101000101110110001011000101010110011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a80c34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a80c34; }

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

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

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

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

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

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

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

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