Html Css Color HEX #AA303F Guardsman Red

📋 copy color: '#AA303F'

red 170 ◦ green 48 ◦ blue 63

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

Shades of Guardsman Red #AA303F

Tints of Guardsman Red #AA303F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.08%

 BLUE value IS 63 (25% from 255) = 22.42%

R = 60.5%
G = 17.08%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA303F (or 0xAA303F) is known color: Guardsman Red. HEX triplet: AA, 30 and 3F. RGB value is (170,48,63). Sum of RGB (Red+Green+Blue) = 170+48+63=281 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.50% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 170 - color contains mainly: red. Hex color #AA303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA303F is #55CFC0. Grayscale: #565656. Windows color (decimal): -5623745 or 4141226. OLE color: 4141226.

HSL color Cylindrical-coordinate representation of color #AA303F: hue angle of 352.62º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA303F is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 48 63 -
CMYK 0 0.72 0.63 0.33
HSL 352.62º 0.56% 0.43% -
HSV(B) 352.62º 0.72% 0.67% -
XYZ 18.53 11.02 5.85 -
YUV 86.19 114.92 187.78 -
System Red Green Blue C M Y K H S L
Decimal 170 48 63 0 0.72 0.63 0.33 352.62 0.56 0.43
Hex AA 30 3F 0 48 3F 21 161 38 2B
Octal 252 60 77 0 110 77 41 541 70 53
Binary 10101010 110000 111111 0 1001000 111111 100001 101100001 111000 101011

Color Harmonies of #AA303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA303F

Black with #AA303F

Text Example


Text Example

White with #AA303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA303F; }

 p { color: rgb(170,48,63); }

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

background-color css

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

 a { background-color: rgb(170,48,63); }

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

border-color css

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

 span { border-color: rgb(170,48,63); }

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