Html Css Color HEX #A91D1F Guardsman Red

📋 copy color: '#A91D1F'

red 169 ◦ green 29 ◦ blue 31

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

Shades of Guardsman Red #A91D1F

Tints of Guardsman Red #A91D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.54%

R = 73.8%
G = 12.66%
B = 13.54%

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

#A91D1F (or 0xA91D1F) is known color: Guardsman Red. HEX triplet: A9, 1D and 1F. RGB value is (169,29,31). Sum of RGB (Red+Green+Blue) = 169+29+31=229 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.80% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 169 - color contains mainly: red. Hex color #A91D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91D1F is #56E2E0. Grayscale: #474747. Windows color (decimal): -5694177 or 2039209. OLE color: 2039209.

HSL color Cylindrical-coordinate representation of color #A91D1F: hue angle of 359.14º 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 #A91D1F is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 29 31 -
CMYK 0 0.83 0.82 0.34
HSL 359.14º 0.71% 0.39% -
HSV(B) 359.14º 0.83% 0.66% -
XYZ 17.05 9.41 2.21 -
YUV 71.09 105.38 197.84 -
System Red Green Blue C M Y K H S L
Decimal 169 29 31 0 0.83 0.82 0.34 359.14 0.71 0.39
Hex A9 1D 1F 0 53 52 22 167 47 27
Octal 251 35 37 0 123 122 42 547 107 47
Binary 10101001 11101 11111 0 1010011 1010010 100010 101100111 1000111 100111

Color Harmonies of #A91D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91D1F

Black with #A91D1F

Text Example


Text Example

White with #A91D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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