Html Css Color HEX #AA0C36 Cardinal

📋 copy color: '#AA0C36'

red 170 ◦ green 12 ◦ blue 54

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

Shades of Cardinal #AA0C36

Tints of Cardinal #AA0C36

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.08%

 BLUE value IS 54 (21.48% from 255) = 22.88%

R = 72.03%
G = 5.08%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AA0C36 (or 0xAA0C36) is known color: Cardinal. HEX triplet: AA, 0C and 36. RGB value is (170,12,54). Sum of RGB (Red+Green+Blue) = 170+12+54=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0C36 is #55F3C9. Grayscale: #404040. Windows color (decimal): -5632970 or 3542186. OLE color: 3542186.

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

Color convert

RGB 170 12 54 -
CMYK 0 0.93 0.68 0.33
HSL 344.05º 0.87% 0.36% -
HSV(B) 344.05º 0.93% 0.67% -
XYZ 17.37 9.08 4.33 -
YUV 64.03 122.35 203.58 -
System Red Green Blue C M Y K H S L
Decimal 170 12 54 0 0.93 0.68 0.33 344.05 0.87 0.36
Hex AA C 36 0 5D 44 21 158 57 24
Octal 252 14 66 0 135 104 41 530 127 44
Binary 10101010 1100 110110 0 1011101 1000100 100001 101011000 1010111 100100

Color Harmonies of #AA0C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0C36

Black with #AA0C36

Text Example


Text Example

White with #AA0C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0C36; }

 p { color: rgb(170,12,54); }

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

background-color css

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

 a { background-color: rgb(170,12,54); }

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

border-color css

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

 span { border-color: rgb(170,12,54); }

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