#AA0836

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

Shades of Cardinal #AA0836

Tints of Cardinal #AA0836

Color information

#AA0836 (or 0xAA0836) is unknown color: approx Cardinal. HEX triplet: AA, 08 and 36. RGB value is (170,8,54). Sum of RGB (Red+Green+Blue) = 170+8+54=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0836 is #55F7C9. Grayscale: #3D3D3D. Windows color (decimal): -5633994 or 3541162. OLE color: 3541162.

HSL color Cylindrical-coordinate representation of color #AA0836: hue angle of 342.96º 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 #AA0836 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB170854-
CMYK00.950.680.33
HSL342.96º91.01%34.9%-
HSV(B)342.96º95.29%66.67%-
XYZ17.338.994.31-
YUV61.68123.67205.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 73.28%
GREEN value IS 8 (3.52% from 255) = 3.45%
BLUE value IS 54 (21.48% from 255) = 23.28%
R=73.28%
G=3.45%
B=23.28%

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
Decimal17085400.950.680.33342.9691.0134.9
HexAA83605F44211575b23
Octal252106601371044152713343
Binary1010101010001101100101111110001001000011010101111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0836; }

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

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

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

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

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

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

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

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