Html Css Color HEX #A91D1E Guardsman Red

📋 copy color: '#A91D1E'

red 169 ◦ green 29 ◦ blue 30

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

Shades of Guardsman Red #A91D1E

Tints of Guardsman Red #A91D1E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.72%

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

R = 74.12%
G = 12.72%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A91D1E (or 0xA91D1E) is known color: Guardsman Red. HEX triplet: A9, 1D and 1E. RGB value is (169,29,30). Sum of RGB (Red+Green+Blue) = 169+29+30=228 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.12% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 169 - color contains mainly: red. Hex color #A91D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91D1E is #56E2E1. Grayscale: #474747. Windows color (decimal): -5694178 or 1973673. OLE color: 1973673.

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

Color convert

RGB 169 29 30 -
CMYK 0 0.83 0.82 0.34
HSL 359.57º 0.71% 0.39% -
HSV(B) 359.57º 0.83% 0.66% -
XYZ 17.04 9.41 2.15 -
YUV 70.97 104.88 197.92 -
System Red Green Blue C M Y K H S L
Decimal 169 29 30 0 0.83 0.82 0.34 359.57 0.71 0.39
Hex A9 1D 1E 0 53 52 22 168 47 27
Octal 251 35 36 0 123 122 42 550 107 47
Binary 10101001 11101 11110 0 1010011 1010010 100010 101101000 1000111 100111

Color Harmonies of #A91D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91D1E

Black with #A91D1E

Text Example


Text Example

White with #A91D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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