Html Css Color HEX #A7282F Guardsman Red

📋 copy color: '#A7282F'

red 167 ◦ green 40 ◦ blue 47

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

Shades of Guardsman Red #A7282F

Tints of Guardsman Red #A7282F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.75%

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

R = 65.75%
G = 15.75%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A7282F (or 0xA7282F) is known color: Guardsman Red. HEX triplet: A7, 28 and 2F. RGB value is (167,40,47). Sum of RGB (Red+Green+Blue) = 167+40+47=254 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.75% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 167 - color contains mainly: red. Hex color #A7282F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7282F is #58D7D0. Grayscale: #4E4E4E. Windows color (decimal): -5822417 or 3090599. OLE color: 3090599.

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

Color convert

RGB 167 40 47 -
CMYK 0 0.76 0.72 0.35
HSL 356.69º 0.61% 0.41% -
HSV(B) 356.69º 0.76% 0.65% -
XYZ 17.21 9.94 3.7 -
YUV 78.77 110.08 190.93 -
System Red Green Blue C M Y K H S L
Decimal 167 40 47 0 0.76 0.72 0.35 356.69 0.61 0.41
Hex A7 28 2F 0 4C 48 23 165 3D 29
Octal 247 50 57 0 114 110 43 545 75 51
Binary 10100111 101000 101111 0 1001100 1001000 100011 101100101 111101 101001

Color Harmonies of #A7282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7282F

Black with #A7282F

Text Example


Text Example

White with #A7282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7282F; }

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

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

background-color css

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

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

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

border-color css

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

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

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