Html Css Color HEX #AA0B37 Cardinal

📋 copy color: '#AA0B37'

red 170 ◦ green 11 ◦ blue 55

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

Shades of Cardinal #AA0B37

Tints of Cardinal #AA0B37

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.66%

 BLUE value IS 55 (21.88% from 255) = 23.31%

R = 72.03%
G = 4.66%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA0B37 (or 0xAA0B37) is known color: Cardinal. HEX triplet: AA, 0B and 37. RGB value is (170,11,55). Sum of RGB (Red+Green+Blue) = 170+11+55=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0B37 is #55F4C8. Grayscale: #3F3F3F. Windows color (decimal): -5633225 or 3607466. OLE color: 3607466.

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

Color convert

RGB 170 11 55 -
CMYK 0 0.94 0.68 0.33
HSL 343.4º 0.88% 0.35% -
HSV(B) 343.4º 0.94% 0.67% -
XYZ 17.39 9.06 4.45 -
YUV 63.56 123.18 203.92 -
System Red Green Blue C M Y K H S L
Decimal 170 11 55 0 0.94 0.68 0.33 343.4 0.88 0.35
Hex AA B 37 0 5E 44 21 157 58 23
Octal 252 13 67 0 136 104 41 527 130 43
Binary 10101010 1011 110111 0 1011110 1000100 100001 101010111 1011000 100011

Color Harmonies of #AA0B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0B37

Black with #AA0B37

Text Example


Text Example

White with #AA0B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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