Html Css Color HEX #A7292D Guardsman Red

📋 copy color: '#A7292D'

red 167 ◦ green 41 ◦ blue 45

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

Shades of Guardsman Red #A7292D

Tints of Guardsman Red #A7292D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.21%

 BLUE value IS 45 (17.97% from 255) = 17.79%

R = 66.01%
G = 16.21%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A7292D (or 0xA7292D) is known color: Guardsman Red. HEX triplet: A7, 29 and 2D. RGB value is (167,41,45). Sum of RGB (Red+Green+Blue) = 167+41+45=253 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.01% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 167 - color contains mainly: red. Hex color #A7292D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7292D is #58D6D2. Grayscale: #4F4F4F. Windows color (decimal): -5822163 or 2959783. OLE color: 2959783.

HSL color Cylindrical-coordinate representation of color #A7292D: hue angle of 358.1º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A7292D is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 41 45 -
CMYK 0 0.75 0.73 0.35
HSL 358.1º 0.61% 0.41% -
HSV(B) 358.1º 0.75% 0.65% -
XYZ 17.2 9.99 3.5 -
YUV 79.13 108.74 190.67 -
System Red Green Blue C M Y K H S L
Decimal 167 41 45 0 0.75 0.73 0.35 358.1 0.61 0.41
Hex A7 29 2D 0 4B 49 23 166 3D 29
Octal 247 51 55 0 113 111 43 546 75 51
Binary 10100111 101001 101101 0 1001011 1001001 100011 101100110 111101 101001

Color Harmonies of #A7292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7292D

Black with #A7292D

Text Example


Text Example

White with #A7292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7292D; }

 p { color: rgb(167,41,45); }

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

background-color css

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

 a { background-color: rgb(167,41,45); }

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

border-color css

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

 span { border-color: rgb(167,41,45); }

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