Html Css Color HEX #A91E28 Guardsman Red

📋 copy color: '#A91E28'

red 169 ◦ green 30 ◦ blue 40

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

Shades of Guardsman Red #A91E28

Tints of Guardsman Red #A91E28

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.55%

 BLUE value IS 40 (16.02% from 255) = 16.74%

R = 70.71%
G = 12.55%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A91E28 (or 0xA91E28) is known color: Guardsman Red. HEX triplet: A9, 1E and 28. RGB value is (169,30,40). Sum of RGB (Red+Green+Blue) = 169+30+40=239 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.71% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91E28 is #56E1D7. Grayscale: #484848. Windows color (decimal): -5693912 or 2629289. OLE color: 2629289.

HSL color Cylindrical-coordinate representation of color #A91E28: hue angle of 355.68º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A91E28 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 30 40 -
CMYK 0 0.82 0.76 0.34
HSL 355.68º 0.7% 0.39% -
HSV(B) 355.68º 0.82% 0.66% -
XYZ 17.21 9.52 2.94 -
YUV 72.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 169 30 40 0 0.82 0.76 0.34 355.68 0.7 0.39
Hex A9 1E 28 0 52 4C 22 164 46 27
Octal 251 36 50 0 122 114 42 544 106 47
Binary 10101001 11110 101000 0 1010010 1001100 100010 101100100 1000110 100111

Color Harmonies of #A91E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91E28

Black with #A91E28

Text Example


Text Example

White with #A91E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91E28; }

 p { color: rgb(169,30,40); }

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

background-color css

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

 a { background-color: rgb(169,30,40); }

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

border-color css

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

 span { border-color: rgb(169,30,40); }

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