Html Css Color HEX #AA0737 Cardinal

📋 copy color: '#AA0737'

red 170 ◦ green 7 ◦ blue 55

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

Shades of Cardinal #AA0737

Tints of Cardinal #AA0737

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.02%

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

R = 73.28%
G = 3.02%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA0737 (or 0xAA0737) is known color: Cardinal. HEX triplet: AA, 07 and 37. RGB value is (170,7,55). Sum of RGB (Red+Green+Blue) = 170+7+55=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0737 is #55F8C8. Grayscale: #3D3D3D. Windows color (decimal): -5634249 or 3606442. OLE color: 3606442.

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

Color convert

RGB 170 7 55 -
CMYK 0 0.96 0.68 0.33
HSL 342.33º 0.92% 0.35% -
HSV(B) 342.33º 0.96% 0.67% -
XYZ 17.34 8.97 4.43 -
YUV 61.21 124.5 205.6 -
System Red Green Blue C M Y K H S L
Decimal 170 7 55 0 0.96 0.68 0.33 342.33 0.92 0.35
Hex AA 7 37 0 60 44 21 156 5C 23
Octal 252 7 67 0 140 104 41 526 134 43
Binary 10101010 111 110111 0 1100000 1000100 100001 101010110 1011100 100011

Color Harmonies of #AA0737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0737

Black with #AA0737

Text Example


Text Example

White with #AA0737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0737; }

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

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

background-color css

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

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

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

border-color css

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

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

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