Html Css Color HEX #A72E40 Guardsman Red

📋 copy color: '#A72E40'

red 167 ◦ green 46 ◦ blue 64

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

Shades of Guardsman Red #A72E40

Tints of Guardsman Red #A72E40

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.61%

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

R = 60.29%
G = 16.61%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A72E40 (or 0xA72E40) is known color: Guardsman Red. HEX triplet: A7, 2E and 40. RGB value is (167,46,64). Sum of RGB (Red+Green+Blue) = 167+46+64=277 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.29% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72E40 is #58D1BF. Grayscale: #545454. Windows color (decimal): -5820864 or 4206247. OLE color: 4206247.

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

Color convert

RGB 167 46 64 -
CMYK 0 0.72 0.62 0.35
HSL 351.07º 0.57% 0.42% -
HSV(B) 351.07º 0.72% 0.65% -
XYZ 17.84 10.54 5.94 -
YUV 84.23 116.59 187.04 -
System Red Green Blue C M Y K H S L
Decimal 167 46 64 0 0.72 0.62 0.35 351.07 0.57 0.42
Hex A7 2E 40 0 48 3E 23 15F 39 2A
Octal 247 56 100 0 110 76 43 537 71 52
Binary 10100111 101110 1000000 0 1001000 111110 100011 101011111 111001 101010

Color Harmonies of #A72E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72E40

Black with #A72E40

Text Example


Text Example

White with #A72E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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