Html Css Color HEX #AA1935 Cardinal

📋 copy color: '#AA1935'

red 170 ◦ green 25 ◦ blue 53

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

Shades of Cardinal #AA1935

Tints of Cardinal #AA1935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.37%

R = 68.55%
G = 10.08%
B = 21.37%

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

#AA1935 (or 0xAA1935) is known color: Cardinal. HEX triplet: AA, 19 and 35. RGB value is (170,25,53). Sum of RGB (Red+Green+Blue) = 170+25+53=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1935 is #55E6CA. Grayscale: #474747. Windows color (decimal): -5629643 or 3479978. OLE color: 3479978.

HSL color Cylindrical-coordinate representation of color #AA1935: hue angle of 348.41º 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 #AA1935 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 25 53 -
CMYK 0 0.85 0.69 0.33
HSL 348.41º 0.74% 0.38% -
HSV(B) 348.41º 0.85% 0.67% -
XYZ 17.57 9.5 4.28 -
YUV 71.55 117.54 198.22 -
System Red Green Blue C M Y K H S L
Decimal 170 25 53 0 0.85 0.69 0.33 348.41 0.74 0.38
Hex AA 19 35 0 55 45 21 15C 4A 26
Octal 252 31 65 0 125 105 41 534 112 46
Binary 10101010 11001 110101 0 1010101 1000101 100001 101011100 1001010 100110

Color Harmonies of #AA1935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1935

Black with #AA1935

Text Example


Text Example

White with #AA1935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1935; }

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

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

background-color css

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

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

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

border-color css

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

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

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