Html Css Color HEX #AA0636 Cardinal

📋 copy color: '#AA0636'

red 170 ◦ green 6 ◦ blue 54

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

Shades of Cardinal #AA0636

Tints of Cardinal #AA0636

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.61%

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

R = 73.91%
G = 2.61%
B = 23.48%

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

#AA0636 (or 0xAA0636) is known color: Cardinal. HEX triplet: AA, 06 and 36. RGB value is (170,6,54). Sum of RGB (Red+Green+Blue) = 170+6+54=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0636 is #55F9C9. Grayscale: #3C3C3C. Windows color (decimal): -5634506 or 3540650. OLE color: 3540650.

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

Color convert

RGB 170 6 54 -
CMYK 0 0.96 0.68 0.33
HSL 342.44º 0.93% 0.35% -
HSV(B) 342.44º 0.96% 0.67% -
XYZ 17.31 8.94 4.3 -
YUV 60.51 124.33 206.1 -
System Red Green Blue C M Y K H S L
Decimal 170 6 54 0 0.96 0.68 0.33 342.44 0.93 0.35
Hex AA 6 36 0 60 44 21 156 5D 23
Octal 252 6 66 0 140 104 41 526 135 43
Binary 10101010 110 110110 0 1100000 1000100 100001 101010110 1011101 100011

Color Harmonies of #AA0636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0636

Black with #AA0636

Text Example


Text Example

White with #AA0636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0636; }

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

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

background-color css

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

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

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

border-color css

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

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

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