Html Css Color HEX #AA383A Guardsman Red

📋 copy color: '#AA383A'

red 170 ◦ green 56 ◦ blue 58

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

Shades of Guardsman Red #AA383A

Tints of Guardsman Red #AA383A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.72%

 BLUE value IS 58 (23.05% from 255) = 20.42%

R = 59.86%
G = 19.72%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA383A (or 0xAA383A) is known color: Guardsman Red. HEX triplet: AA, 38 and 3A. RGB value is (170,56,58). Sum of RGB (Red+Green+Blue) = 170+56+58=284 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.86% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 170 - color contains mainly: red. Hex color #AA383A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA383A is #55C7C5. Grayscale: #5A5A5A. Windows color (decimal): -5621702 or 3815594. OLE color: 3815594.

HSL color Cylindrical-coordinate representation of color #AA383A: hue angle of 358.95º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA383A is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 56 58 -
CMYK 0 0.67 0.66 0.33
HSL 358.95º 0.5% 0.44% -
HSV(B) 358.95º 0.67% 0.67% -
XYZ 18.76 11.68 5.27 -
YUV 90.31 109.77 184.84 -
System Red Green Blue C M Y K H S L
Decimal 170 56 58 0 0.67 0.66 0.33 358.95 0.5 0.44
Hex AA 38 3A 0 43 42 21 167 32 2C
Octal 252 70 72 0 103 102 41 547 62 54
Binary 10101010 111000 111010 0 1000011 1000010 100001 101100111 110010 101100

Color Harmonies of #AA383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA383A

Black with #AA383A

Text Example


Text Example

White with #AA383A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA383A; }

 p { color: rgb(170,56,58); }

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

background-color css

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

 a { background-color: rgb(170,56,58); }

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

border-color css

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

 span { border-color: rgb(170,56,58); }

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