Html Css Color HEX #A7262F Guardsman Red

📋 copy color: '#A7262F'

red 167 ◦ green 38 ◦ blue 47

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

Shades of Guardsman Red #A7262F

Tints of Guardsman Red #A7262F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.08%

 BLUE value IS 47 (18.75% from 255) = 18.65%

R = 66.27%
G = 15.08%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A7262F (or 0xA7262F) is known color: Guardsman Red. HEX triplet: A7, 26 and 2F. RGB value is (167,38,47). Sum of RGB (Red+Green+Blue) = 167+38+47=252 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.27% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 167 - color contains mainly: red. Hex color #A7262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7262F is #58D9D0. Grayscale: #4D4D4D. Windows color (decimal): -5822929 or 3090087. OLE color: 3090087.

HSL color Cylindrical-coordinate representation of color #A7262F: hue angle of 355.81º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A7262F is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 38 47 -
CMYK 0 0.77 0.72 0.35
HSL 355.81º 0.63% 0.4% -
HSV(B) 355.81º 0.77% 0.65% -
XYZ 17.14 9.81 3.68 -
YUV 77.6 110.74 191.77 -
System Red Green Blue C M Y K H S L
Decimal 167 38 47 0 0.77 0.72 0.35 355.81 0.63 0.4
Hex A7 26 2F 0 4D 48 23 164 3F 28
Octal 247 46 57 0 115 110 43 544 77 50
Binary 10100111 100110 101111 0 1001101 1001000 100011 101100100 111111 101000

Color Harmonies of #A7262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7262F

Black with #A7262F

Text Example


Text Example

White with #A7262F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7262F; }

 p { color: rgb(167,38,47); }

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

background-color css

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

 a { background-color: rgb(167,38,47); }

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

border-color css

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

 span { border-color: rgb(167,38,47); }

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