Html Css Color HEX #AA0A33 Cardinal

📋 copy color: '#AA0A33'

red 170 ◦ green 10 ◦ blue 51

#AA0A33
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #AA0A33

Tints of Cardinal #AA0A33

RGB

 RED value IS 170 (66.8% from 255) = 73.59%

 GREEN value IS 10 (4.3% from 255) = 4.33%

 BLUE value IS 51 (20.31% from 255) = 22.08%

R = 73.59%
G = 4.33%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AA0A33 (or 0xAA0A33) is known color: Cardinal. HEX triplet: AA, 0A and 33. RGB value is (170,10,51). Sum of RGB (Red+Green+Blue) = 170+10+51=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0A33 is #55F5CC. Grayscale: #3E3E3E. Windows color (decimal): -5633485 or 3345066. OLE color: 3345066.

HSL color Cylindrical-coordinate representation of color #AA0A33: hue angle of 344.62º degrees, saturation: 0.89, 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 #AA0A33 is Cyan = 0, Magento = 0.94, Yellow = 0.7 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 10 51 -
CMYK 0 0.94 0.7 0.33
HSL 344.63º 0.89% 0.35% -
HSV(B) 344.63º 0.94% 0.67% -
XYZ 17.28 9 3.96 -
YUV 62.51 121.51 204.67 -
System Red Green Blue C M Y K H S L
Decimal 170 10 51 0 0.94 0.7 0.33 344.63 0.89 0.35
Hex AA A 33 0 5E 46 21 159 59 23
Octal 252 12 63 0 136 106 41 531 131 43
Binary 10101010 1010 110011 0 1011110 1000110 100001 101011001 1011001 100011

Color Harmonies of #AA0A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0A33

Black with #AA0A33

Text Example


Text Example

White with #AA0A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0A33; }

 p { color: rgb(170,10,51); }

 H1.HeaderClassName
 {
   color: #AA0A33;
 }
 .AnyTagClassName
 {
   color: #AA0A33;
 }
</style>

background-color css

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

 a { background-color: rgb(170,10,51); }

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

border-color css

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

 span { border-color: rgb(170,10,51); }

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