Html Css Color HEX #A71D1E Guardsman Red

📋 copy color: '#A71D1E'

red 167 ◦ green 29 ◦ blue 30

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

Shades of Guardsman Red #A71D1E

Tints of Guardsman Red #A71D1E

RGB

 RED value IS 167 (65.63% from 255) = 73.89%

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

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

R = 73.89%
G = 12.83%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A71D1E (or 0xA71D1E) is known color: Guardsman Red. HEX triplet: A7, 1D and 1E. RGB value is (167,29,30). Sum of RGB (Red+Green+Blue) = 167+29+30=226 (29% of max value = 765). Red value is 167 (65.62% from 255 or 73.89% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 167 - color contains mainly: red. Hex color #A71D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71D1E is #58E2E1. Grayscale: #464646. Windows color (decimal): -5825250 or 1973671. OLE color: 1973671.

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

Color convert

RGB 167 29 30 -
CMYK 0 0.83 0.82 0.35
HSL 359.57º 0.7% 0.38% -
HSV(B) 359.57º 0.83% 0.65% -
XYZ 16.61 9.19 2.13 -
YUV 70.38 105.22 196.92 -
System Red Green Blue C M Y K H S L
Decimal 167 29 30 0 0.83 0.82 0.35 359.57 0.7 0.38
Hex A7 1D 1E 0 53 52 23 168 46 26
Octal 247 35 36 0 123 122 43 550 106 46
Binary 10100111 11101 11110 0 1010011 1010010 100011 101101000 1000110 100110

Color Harmonies of #A71D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71D1E

Black with #A71D1E

Text Example


Text Example

White with #A71D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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