#AA0837

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

Shades of Cardinal #AA0837

Tints of Cardinal #AA0837

Color information

#AA0837 (or 0xAA0837) is unknown color: approx Cardinal. HEX triplet: AA, 08 and 37. RGB value is (170,8,55). Sum of RGB (Red+Green+Blue) = 170+8+55=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0837 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0837 is #55F7C8. Grayscale: #3D3D3D. Windows color (decimal): -5633993 or 3606698. OLE color: 3606698.

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

Color convert

RGB170855-
CMYK00.950.680.33
HSL342.59º91.01%34.9%-
HSV(B)342.59º95.29%66.67%-
XYZ17.3594.44-
YUV61.8124.17205.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 72.96%
GREEN value IS 8 (3.52% from 255) = 3.43%
BLUE value IS 55 (21.88% from 255) = 23.61%
R=72.96%
G=3.43%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17085500.950.680.33342.5991.0134.9
HexAA83705F44211575b23
Octal252106701371044152713343
Binary1010101010001101110101111110001001000011010101111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0837; }

 p { color: rgb(170,8,55); }

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

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

 a { background-color: rgb(170,8,55); }

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

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

 span { border-color: rgb(170,8,55); }

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