Html Css Color HEX #AA1934 Cardinal

📋 copy color: '#AA1934'

red 170 ◦ green 25 ◦ blue 52

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

Shades of Cardinal #AA1934

Tints of Cardinal #AA1934

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.12%

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

R = 68.83%
G = 10.12%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AA1934 (or 0xAA1934) is known color: Cardinal. HEX triplet: AA, 19 and 34. RGB value is (170,25,52). Sum of RGB (Red+Green+Blue) = 170+25+52=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1934 is #55E6CB. Grayscale: #474747. Windows color (decimal): -5629644 or 3414442. OLE color: 3414442.

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

Color convert

RGB 170 25 52 -
CMYK 0 0.85 0.69 0.33
HSL 348.83º 0.74% 0.38% -
HSV(B) 348.83º 0.85% 0.67% -
XYZ 17.55 9.49 4.16 -
YUV 71.43 117.04 198.3 -
System Red Green Blue C M Y K H S L
Decimal 170 25 52 0 0.85 0.69 0.33 348.83 0.74 0.38
Hex AA 19 34 0 55 45 21 15D 4A 26
Octal 252 31 64 0 125 105 41 535 112 46
Binary 10101010 11001 110100 0 1010101 1000101 100001 101011101 1001010 100110

Color Harmonies of #AA1934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1934

Black with #AA1934

Text Example


Text Example

White with #AA1934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1934; }

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

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

background-color css

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

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

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

border-color css

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

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

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