Html Css Color HEX #A72840 Guardsman Red

📋 copy color: '#A72840'

red 167 ◦ green 40 ◦ blue 64

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

Shades of Guardsman Red #A72840

Tints of Guardsman Red #A72840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.62%

R = 61.62%
G = 14.76%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A72840 (or 0xA72840) is known color: Guardsman Red. HEX triplet: A7, 28 and 40. RGB value is (167,40,64). Sum of RGB (Red+Green+Blue) = 167+40+64=271 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.62% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 167 - color contains mainly: red. Hex color #A72840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72840 is #58D7BF. Grayscale: #505050. Windows color (decimal): -5822400 or 4204711. OLE color: 4204711.

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

Color convert

RGB 167 40 64 -
CMYK 0 0.76 0.62 0.35
HSL 348.66º 0.61% 0.41% -
HSV(B) 348.66º 0.76% 0.65% -
XYZ 17.62 10.1 5.87 -
YUV 80.71 118.58 189.55 -
System Red Green Blue C M Y K H S L
Decimal 167 40 64 0 0.76 0.62 0.35 348.66 0.61 0.41
Hex A7 28 40 0 4C 3E 23 15D 3D 29
Octal 247 50 100 0 114 76 43 535 75 51
Binary 10100111 101000 1000000 0 1001100 111110 100011 101011101 111101 101001

Color Harmonies of #A72840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72840

Black with #A72840

Text Example


Text Example

White with #A72840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72840; }

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

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

background-color css

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

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

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

border-color css

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

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

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