Html Css Color HEX #AA3B3E Guardsman Red

📋 copy color: '#AA3B3E'

red 170 ◦ green 59 ◦ blue 62

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

Shades of Guardsman Red #AA3B3E

Tints of Guardsman Red #AA3B3E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.27%

 BLUE value IS 62 (24.61% from 255) = 21.31%

R = 58.42%
G = 20.27%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA3B3E (or 0xAA3B3E) is known color: Guardsman Red. HEX triplet: AA, 3B and 3E. RGB value is (170,59,62). Sum of RGB (Red+Green+Blue) = 170+59+62=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3B3E is #55C4C1. Grayscale: #5C5C5C. Windows color (decimal): -5620930 or 4078506. OLE color: 4078506.

HSL color Cylindrical-coordinate representation of color #AA3B3E: hue angle of 358.38º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3B3E is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 59 62 -
CMYK 0 0.65 0.64 0.33
HSL 358.38º 0.48% 0.45% -
HSV(B) 358.38º 0.65% 0.67% -
XYZ 19.01 12.02 5.88 -
YUV 92.53 110.77 183.26 -
System Red Green Blue C M Y K H S L
Decimal 170 59 62 0 0.65 0.64 0.33 358.38 0.48 0.45
Hex AA 3B 3E 0 41 40 21 166 30 2D
Octal 252 73 76 0 101 100 41 546 60 55
Binary 10101010 111011 111110 0 1000001 1000000 100001 101100110 110000 101101

Color Harmonies of #AA3B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3B3E

Black with #AA3B3E

Text Example


Text Example

White with #AA3B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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