Html Css Color HEX #A9212D Guardsman Red

📋 copy color: '#A9212D'

red 169 ◦ green 33 ◦ blue 45

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

Shades of Guardsman Red #A9212D

Tints of Guardsman Red #A9212D

RGB

 RED value IS 169 (66.41% from 255) = 68.42%

 GREEN value IS 33 (13.28% from 255) = 13.36%

 BLUE value IS 45 (17.97% from 255) = 18.22%

R = 68.42%
G = 13.36%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A9212D (or 0xA9212D) is known color: Guardsman Red. HEX triplet: A9, 21 and 2D. RGB value is (169,33,45). Sum of RGB (Red+Green+Blue) = 169+33+45=247 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.42% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 169 - color contains mainly: red. Hex color #A9212D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9212D is #56DED2. Grayscale: #4B4B4B. Windows color (decimal): -5693139 or 2957737. OLE color: 2957737.

HSL color Cylindrical-coordinate representation of color #A9212D: hue angle of 354.71º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A9212D is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 33 45 -
CMYK 0 0.80 0.73 0.34
HSL 354.71º 0.67% 0.4% -
HSV(B) 354.71º 0.8% 0.66% -
XYZ 17.38 9.71 3.44 -
YUV 75.03 111.06 195.02 -
System Red Green Blue C M Y K H S L
Decimal 169 33 45 0 0.80 0.73 0.34 354.71 0.67 0.4
Hex A9 21 2D 0 50 49 22 163 43 28
Octal 251 41 55 0 120 111 42 543 103 50
Binary 10101001 100001 101101 0 1010000 1001001 100010 101100011 1000011 101000

Color Harmonies of #A9212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9212D

Black with #A9212D

Text Example


Text Example

White with #A9212D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9212D; }

 p { color: rgb(169,33,45); }

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

background-color css

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

 a { background-color: rgb(169,33,45); }

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

border-color css

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

 span { border-color: rgb(169,33,45); }

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