Html Css Color HEX #A71D1F Guardsman Red

📋 copy color: '#A71D1F'

red 167 ◦ green 29 ◦ blue 31

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

Shades of Guardsman Red #A71D1F

Tints of Guardsman Red #A71D1F

RGB

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

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

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

R = 73.57%
G = 12.78%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A71D1F (or 0xA71D1F) is known color: Guardsman Red. HEX triplet: A7, 1D and 1F. RGB value is (167,29,31). Sum of RGB (Red+Green+Blue) = 167+29+31=227 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.57% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 167 - color contains mainly: red. Hex color #A71D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71D1F is #58E2E0. Grayscale: #464646. Windows color (decimal): -5825249 or 2039207. OLE color: 2039207.

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

Color convert

RGB 167 29 31 -
CMYK 0 0.83 0.81 0.35
HSL 359.13º 0.7% 0.38% -
HSV(B) 359.13º 0.83% 0.65% -
XYZ 16.62 9.19 2.19 -
YUV 70.49 105.72 196.84 -
System Red Green Blue C M Y K H S L
Decimal 167 29 31 0 0.83 0.81 0.35 359.13 0.7 0.38
Hex A7 1D 1F 0 53 51 23 167 46 26
Octal 247 35 37 0 123 121 43 547 106 46
Binary 10100111 11101 11111 0 1010011 1010001 100011 101100111 1000110 100110

Color Harmonies of #A71D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71D1F

Black with #A71D1F

Text Example


Text Example

White with #A71D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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