Html Css Color HEX #AA0934 Cardinal

📋 copy color: '#AA0934'

red 170 ◦ green 9 ◦ blue 52

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

Shades of Cardinal #AA0934

Tints of Cardinal #AA0934

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.9%

 BLUE value IS 52 (20.7% from 255) = 22.51%

R = 73.59%
G = 3.9%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA0934 (or 0xAA0934) is known color: Cardinal. HEX triplet: AA, 09 and 34. RGB value is (170,9,52). Sum of RGB (Red+Green+Blue) = 170+9+52=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0934 is #55F6CB. Grayscale: #3E3E3E. Windows color (decimal): -5633740 or 3410346. OLE color: 3410346.

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

Color convert

RGB 170 9 52 -
CMYK 0 0.95 0.69 0.33
HSL 343.98º 0.9% 0.35% -
HSV(B) 343.98º 0.95% 0.67% -
XYZ 17.3 8.99 4.07 -
YUV 62.04 122.34 205 -
System Red Green Blue C M Y K H S L
Decimal 170 9 52 0 0.95 0.69 0.33 343.98 0.9 0.35
Hex AA 9 34 0 5F 45 21 158 5A 23
Octal 252 11 64 0 137 105 41 530 132 43
Binary 10101010 1001 110100 0 1011111 1000101 100001 101011000 1011010 100011

Color Harmonies of #AA0934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0934

Black with #AA0934

Text Example


Text Example

White with #AA0934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0934; }

 p { color: rgb(170,9,52); }

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

background-color css

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

 a { background-color: rgb(170,9,52); }

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

border-color css

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

 span { border-color: rgb(170,9,52); }

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