Html Css Color HEX #AA303B Guardsman Red

📋 copy color: '#AA303B'

red 170 ◦ green 48 ◦ blue 59

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

Shades of Guardsman Red #AA303B

Tints of Guardsman Red #AA303B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.3%

R = 61.37%
G = 17.33%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA303B (or 0xAA303B) is known color: Guardsman Red. HEX triplet: AA, 30 and 3B. RGB value is (170,48,59). Sum of RGB (Red+Green+Blue) = 170+48+59=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA303B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA303B is #55CFC4. Grayscale: #555555. Windows color (decimal): -5623749 or 3879082. OLE color: 3879082.

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

Color convert

RGB 170 48 59 -
CMYK 0 0.72 0.65 0.33
HSL 354.59º 0.56% 0.43% -
HSV(B) 354.59º 0.72% 0.67% -
XYZ 18.42 10.98 5.29 -
YUV 85.73 112.92 188.11 -
System Red Green Blue C M Y K H S L
Decimal 170 48 59 0 0.72 0.65 0.33 354.59 0.56 0.43
Hex AA 30 3B 0 48 41 21 163 38 2B
Octal 252 60 73 0 110 101 41 543 70 53
Binary 10101010 110000 111011 0 1001000 1000001 100001 101100011 111000 101011

Color Harmonies of #AA303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA303B

Black with #AA303B

Text Example


Text Example

White with #AA303B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA303B; }

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

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

background-color css

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

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

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

border-color css

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

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

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