Html Css Color HEX #AA1B1E Guardsman Red

📋 copy color: '#AA1B1E'

red 170 ◦ green 27 ◦ blue 30

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

Shades of Guardsman Red #AA1B1E

Tints of Guardsman Red #AA1B1E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.89%

 BLUE value IS 30 (12.11% from 255) = 13.22%

R = 74.89%
G = 11.89%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA1B1E (or 0xAA1B1E) is known color: Guardsman Red. HEX triplet: AA, 1B and 1E. RGB value is (170,27,30). Sum of RGB (Red+Green+Blue) = 170+27+30=227 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.89% from 227); Green value is 27 (10.94% from 255 or 11.89% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1B1E is #55E4E1. Grayscale: #464646. Windows color (decimal): -5629154 or 1973162. OLE color: 1973162.

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

Color convert

RGB 170 27 30 -
CMYK 0 0.84 0.82 0.33
HSL 358.74º 0.73% 0.39% -
HSV(B) 358.74º 0.84% 0.67% -
XYZ 17.2 9.42 2.14 -
YUV 70.1 105.38 199.26 -
System Red Green Blue C M Y K H S L
Decimal 170 27 30 0 0.84 0.82 0.33 358.74 0.73 0.39
Hex AA 1B 1E 0 54 52 21 167 49 27
Octal 252 33 36 0 124 122 41 547 111 47
Binary 10101010 11011 11110 0 1010100 1010010 100001 101100111 1001001 100111

Color Harmonies of #AA1B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1B1E

Black with #AA1B1E

Text Example


Text Example

White with #AA1B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1B1E; }

 p { color: rgb(170,27,30); }

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

background-color css

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

 a { background-color: rgb(170,27,30); }

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

border-color css

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

 span { border-color: rgb(170,27,30); }

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