Html Css Color HEX #A91C1F Guardsman Red

📋 copy color: '#A91C1F'

red 169 ◦ green 28 ◦ blue 31

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

Shades of Guardsman Red #A91C1F

Tints of Guardsman Red #A91C1F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.28%

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

R = 74.12%
G = 12.28%
B = 13.6%

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

#A91C1F (or 0xA91C1F) is known color: Guardsman Red. HEX triplet: A9, 1C and 1F. RGB value is (169,28,31). Sum of RGB (Red+Green+Blue) = 169+28+31=228 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.12% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 169 - color contains mainly: red. Hex color #A91C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91C1F is #56E3E0. Grayscale: #464646. Windows color (decimal): -5694433 or 2038953. OLE color: 2038953.

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

Color convert

RGB 169 28 31 -
CMYK 0 0.83 0.82 0.34
HSL 358.72º 0.72% 0.39% -
HSV(B) 358.72º 0.83% 0.66% -
XYZ 17.02 9.36 2.21 -
YUV 70.5 105.71 198.26 -
System Red Green Blue C M Y K H S L
Decimal 169 28 31 0 0.83 0.82 0.34 358.72 0.72 0.39
Hex A9 1C 1F 0 53 52 22 167 48 27
Octal 251 34 37 0 123 122 42 547 110 47
Binary 10101001 11100 11111 0 1010011 1010010 100010 101100111 1001000 100111

Color Harmonies of #A91C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91C1F

Black with #A91C1F

Text Example


Text Example

White with #A91C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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