Html Css Color HEX #AA0B3C Cardinal

📋 copy color: '#AA0B3C'

red 170 ◦ green 11 ◦ blue 60

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

Shades of Cardinal #AA0B3C

Tints of Cardinal #AA0B3C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.56%

 BLUE value IS 60 (23.83% from 255) = 24.9%

R = 70.54%
G = 4.56%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA0B3C (or 0xAA0B3C) is known color: Cardinal. HEX triplet: AA, 0B and 3C. RGB value is (170,11,60). Sum of RGB (Red+Green+Blue) = 170+11+60=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0B3C is #55F4C3. Grayscale: #404040. Windows color (decimal): -5633220 or 3935146. OLE color: 3935146.

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

Color convert

RGB 170 11 60 -
CMYK 0 0.94 0.65 0.33
HSL 341.51º 0.88% 0.35% -
HSV(B) 341.51º 0.94% 0.67% -
XYZ 17.51 9.11 5.11 -
YUV 64.13 125.68 203.52 -
System Red Green Blue C M Y K H S L
Decimal 170 11 60 0 0.94 0.65 0.33 341.51 0.88 0.35
Hex AA B 3C 0 5E 41 21 156 58 23
Octal 252 13 74 0 136 101 41 526 130 43
Binary 10101010 1011 111100 0 1011110 1000001 100001 101010110 1011000 100011

Color Harmonies of #AA0B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0B3C

Black with #AA0B3C

Text Example


Text Example

White with #AA0B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0B3C; }

 p { color: rgb(170,11,60); }

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

background-color css

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

 a { background-color: rgb(170,11,60); }

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

border-color css

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

 span { border-color: rgb(170,11,60); }

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