#A80935

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

Shades of Cardinal #A80935

Tints of Cardinal #A80935

Color information

#A80935 (or 0xA80935) is unknown color: approx Cardinal. HEX triplet: A8, 09 and 35. RGB value is (168,9,53). Sum of RGB (Red+Green+Blue) = 168+9+53=230 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.04% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 168 - color contains mainly: red. Hex color #A80935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80935 is #57F6CA. Grayscale: #3D3D3D. Windows color (decimal): -5764811 or 3475880. OLE color: 3475880.

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

Color convert

RGB168953-
CMYK00.950.680.34
HSL343.4º89.83%34.71%-
HSV(B)343.4º94.64%65.88%-
XYZ16.898.784.17-
YUV61.56123.18203.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 73.04%
GREEN value IS 9 (3.91% from 255) = 3.91%
BLUE value IS 53 (21.09% from 255) = 23.04%
R=73.04%
G=3.91%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16895300.950.680.34343.489.8334.71
HexA893505F44221575a23
Octal250116501371044252713243
Binary1010100010011101010101111110001001000101010101111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80935; }

 p { color: rgb(168,9,53); }

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

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

 a { background-color: rgb(168,9,53); }

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

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

 span { border-color: rgb(168,9,53); }

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