Html Css Color HEX #A91C1E Guardsman Red

📋 copy color: '#A91C1E'

red 169 ◦ green 28 ◦ blue 30

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

Shades of Guardsman Red #A91C1E

Tints of Guardsman Red #A91C1E

RGB

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

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

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

R = 74.45%
G = 12.33%
B = 13.22%

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

#A91C1E (or 0xA91C1E) is known color: Guardsman Red. HEX triplet: A9, 1C and 1E. RGB value is (169,28,30). Sum of RGB (Red+Green+Blue) = 169+28+30=227 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.45% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 169 - color contains mainly: red. Hex color #A91C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A91C1E is #56E3E1. Grayscale: #464646. Windows color (decimal): -5694434 or 1973417. OLE color: 1973417.

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

Color convert

RGB 169 28 30 -
CMYK 0 0.83 0.82 0.34
HSL 359.15º 0.72% 0.39% -
HSV(B) 359.15º 0.83% 0.66% -
XYZ 17.01 9.36 2.14 -
YUV 70.39 105.21 198.34 -
System Red Green Blue C M Y K H S L
Decimal 169 28 30 0 0.83 0.82 0.34 359.15 0.72 0.39
Hex A9 1C 1E 0 53 52 22 167 48 27
Octal 251 34 36 0 123 122 42 547 110 47
Binary 10101001 11100 11110 0 1010011 1010010 100010 101100111 1001000 100111

Color Harmonies of #A91C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91C1E

Black with #A91C1E

Text Example


Text Example

White with #A91C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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