Html Css Color HEX #A7202B Guardsman Red

📋 copy color: '#A7202B'

red 167 ◦ green 32 ◦ blue 43

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

Shades of Guardsman Red #A7202B

Tints of Guardsman Red #A7202B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.22%

 BLUE value IS 43 (17.19% from 255) = 17.77%

R = 69.01%
G = 13.22%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A7202B (or 0xA7202B) is known color: Guardsman Red. HEX triplet: A7, 20 and 2B. RGB value is (167,32,43). Sum of RGB (Red+Green+Blue) = 167+32+43=242 (32% of max value = 765). Red value is 167 (65.62% from 255 or 69.01% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 167 - color contains mainly: red. Hex color #A7202B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7202B is #58DFD4. Grayscale: #494949. Windows color (decimal): -5824469 or 2826407. OLE color: 2826407.

HSL color Cylindrical-coordinate representation of color #A7202B: hue angle of 355.11º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A7202B is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 32 43 -
CMYK 0 0.81 0.74 0.35
HSL 355.11º 0.68% 0.39% -
HSV(B) 355.11º 0.81% 0.65% -
XYZ 16.89 9.42 3.21 -
YUV 73.62 110.73 194.61 -
System Red Green Blue C M Y K H S L
Decimal 167 32 43 0 0.81 0.74 0.35 355.11 0.68 0.39
Hex A7 20 2B 0 51 4A 23 163 44 27
Octal 247 40 53 0 121 112 43 543 104 47
Binary 10100111 100000 101011 0 1010001 1001010 100011 101100011 1000100 100111

Color Harmonies of #A7202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7202B

Black with #A7202B

Text Example


Text Example

White with #A7202B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7202B; }

 p { color: rgb(167,32,43); }

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

background-color css

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

 a { background-color: rgb(167,32,43); }

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

border-color css

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

 span { border-color: rgb(167,32,43); }

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