Html Css Color HEX #AA282E Guardsman Red

📋 copy color: '#AA282E'

red 170 ◦ green 40 ◦ blue 46

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

Shades of Guardsman Red #AA282E

Tints of Guardsman Red #AA282E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.63%

 BLUE value IS 46 (18.36% from 255) = 17.97%

R = 66.41%
G = 15.63%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA282E (or 0xAA282E) is known color: Guardsman Red. HEX triplet: AA, 28 and 2E. RGB value is (170,40,46). Sum of RGB (Red+Green+Blue) = 170+40+46=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA282E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA282E is #55D7D1. Grayscale: #4F4F4F. Windows color (decimal): -5625810 or 3025066. OLE color: 3025066.

HSL color Cylindrical-coordinate representation of color #AA282E: hue angle of 357.23º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA282E is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 40 46 -
CMYK 0 0.76 0.73 0.33
HSL 357.23º 0.62% 0.41% -
HSV(B) 357.23º 0.76% 0.67% -
XYZ 17.83 10.26 3.63 -
YUV 79.55 109.07 192.51 -
System Red Green Blue C M Y K H S L
Decimal 170 40 46 0 0.76 0.73 0.33 357.23 0.62 0.41
Hex AA 28 2E 0 4C 49 21 165 3E 29
Octal 252 50 56 0 114 111 41 545 76 51
Binary 10101010 101000 101110 0 1001100 1001001 100001 101100101 111110 101001

Color Harmonies of #AA282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA282E

Black with #AA282E

Text Example


Text Example

White with #AA282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA282E; }

 p { color: rgb(170,40,46); }

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

background-color css

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

 a { background-color: rgb(170,40,46); }

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

border-color css

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

 span { border-color: rgb(170,40,46); }

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