#AA1B2E

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

Shades of Cardinal #AA1B2E

Tints of Cardinal #AA1B2E

Color information

#AA1B2E (or 0xAA1B2E) is unknown color: approx Cardinal. HEX triplet: AA, 1B and 2E. RGB value is (170,27,46). Sum of RGB (Red+Green+Blue) = 170+27+46=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1B2E is #55E4D1. Grayscale: #474747. Windows color (decimal): -5629138 or 3021738. OLE color: 3021738.

HSL color Cylindrical-coordinate representation of color #AA1B2E: hue angle of 352.03º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1B2E is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB1702746-
CMYK00.840.730.33
HSL352.03º72.59%38.63%-
HSV(B)352.03º84.12%66.67%-
XYZ17.469.533.5-
YUV71.92113.38197.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.96%
GREEN value IS 27 (10.94% from 255) = 11.11%
BLUE value IS 46 (18.36% from 255) = 18.93%
R=69.96%
G=11.11%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170274600.840.730.33352.0372.5938.63
HexAA1B2E05449211604927
Octal252335601241114154011147
Binary10101010110111011100101010010010011000011011000001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1B2E; }

 p { color: rgb(170,27,46); }

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

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

 a { background-color: rgb(170,27,46); }

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

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

 span { border-color: rgb(170,27,46); }

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