Html Css Color HEX #AA0F39 Cardinal

📋 copy color: '#AA0F39'

red 170 ◦ green 15 ◦ blue 57

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

Shades of Cardinal #AA0F39

Tints of Cardinal #AA0F39

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.2%

 BLUE value IS 57 (22.66% from 255) = 23.55%

R = 70.25%
G = 6.2%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA0F39 (or 0xAA0F39) is known color: Cardinal. HEX triplet: AA, 0F and 39. RGB value is (170,15,57). Sum of RGB (Red+Green+Blue) = 170+15+57=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0F39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0F39 is #55F0C6. Grayscale: #424242. Windows color (decimal): -5632199 or 3739562. OLE color: 3739562.

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

Color convert

RGB 170 15 57 -
CMYK 0 0.91 0.66 0.33
HSL 343.74º 0.84% 0.36% -
HSV(B) 343.74º 0.91% 0.67% -
XYZ 17.49 9.18 4.72 -
YUV 66.13 122.85 202.08 -
System Red Green Blue C M Y K H S L
Decimal 170 15 57 0 0.91 0.66 0.33 343.74 0.84 0.36
Hex AA F 39 0 5B 42 21 158 54 24
Octal 252 17 71 0 133 102 41 530 124 44
Binary 10101010 1111 111001 0 1011011 1000010 100001 101011000 1010100 100100

Color Harmonies of #AA0F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0F39

Black with #AA0F39

Text Example


Text Example

White with #AA0F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0F39; }

 p { color: rgb(170,15,57); }

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

background-color css

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

 a { background-color: rgb(170,15,57); }

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

border-color css

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

 span { border-color: rgb(170,15,57); }

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