#AA0B3E

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

Shades of Cardinal #AA0B3E

Tints of Cardinal #AA0B3E

Color information

#AA0B3E (or 0xAA0B3E) is unknown color: approx Cardinal. HEX triplet: AA, 0B and 3E. RGB value is (170,11,62). Sum of RGB (Red+Green+Blue) = 170+11+62=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0B3E is #55F4C1. Grayscale: #404040. Windows color (decimal): -5633218 or 4066218. OLE color: 4066218.

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

Color convert

RGB1701162-
CMYK00.940.640.33
HSL340.75º87.85%35.49%-
HSV(B)340.75º93.53%66.67%-
XYZ17.579.135.39-
YUV64.36126.68203.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.96%
GREEN value IS 11 (4.69% from 255) = 4.53%
BLUE value IS 62 (24.61% from 255) = 25.51%
R=69.96%
G=4.53%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170116200.940.640.33340.7587.8535.49
HexAAB3E05E40211555823
Octal252137601361004152513043
Binary1010101010111111100101111010000001000011010101011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA0B3E; }

 p { color: rgb(170,11,62); }

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

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

 a { background-color: rgb(170,11,62); }

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

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

 span { border-color: rgb(170,11,62); }

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