Html Css Color HEX #AA0437 Cardinal

📋 copy color: '#AA0437'

red 170 ◦ green 4 ◦ blue 55

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

Shades of Cardinal #AA0437

Tints of Cardinal #AA0437

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.75%

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

R = 74.24%
G = 1.75%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA0437 (or 0xAA0437) is known color: Cardinal. HEX triplet: AA, 04 and 37. RGB value is (170,4,55). Sum of RGB (Red+Green+Blue) = 170+4+55=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 55 (21.88% from 255 or 24.02% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0437 is #55FBC8. Grayscale: #3B3B3B. Windows color (decimal): -5635017 or 3605674. OLE color: 3605674.

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

Color convert

RGB 170 4 55 -
CMYK 0 0.98 0.68 0.33
HSL 341.57º 0.95% 0.34% -
HSV(B) 341.57º 0.98% 0.67% -
XYZ 17.31 8.91 4.42 -
YUV 59.45 125.5 206.85 -
System Red Green Blue C M Y K H S L
Decimal 170 4 55 0 0.98 0.68 0.33 341.57 0.95 0.34
Hex AA 4 37 0 62 44 21 156 5F 22
Octal 252 4 67 0 142 104 41 526 137 42
Binary 10101010 100 110111 0 1100010 1000100 100001 101010110 1011111 100010

Color Harmonies of #AA0437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0437

Black with #AA0437

Text Example


Text Example

White with #AA0437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0437; }

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

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

background-color css

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

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

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

border-color css

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

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

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