#AA0838

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

Shades of Cardinal #AA0838

Tints of Cardinal #AA0838

Color information

#AA0838 (or 0xAA0838) is unknown color: approx Cardinal. HEX triplet: AA, 08 and 38. RGB value is (170,8,56). Sum of RGB (Red+Green+Blue) = 170+8+56=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0838 is #55F7C7. Grayscale: #3D3D3D. Windows color (decimal): -5633992 or 3672234. OLE color: 3672234.

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

Color convert

RGB170856-
CMYK00.950.670.33
HSL342.22º91.01%34.9%-
HSV(B)342.22º95.29%66.67%-
XYZ17.389.014.56-
YUV61.91124.67205.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 72.65%
GREEN value IS 8 (3.52% from 255) = 3.42%
BLUE value IS 56 (22.27% from 255) = 23.93%
R=72.65%
G=3.42%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17085600.950.670.33342.2291.0134.9
HexAA83805F43211565b23
Octal252107001371034152613343
Binary1010101010001110000101111110000111000011010101101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0838; }

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

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

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

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

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

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

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

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