Html Css Color HEX #A72531 Guardsman Red

📋 copy color: '#A72531'

red 167 ◦ green 37 ◦ blue 49

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

Shades of Guardsman Red #A72531

Tints of Guardsman Red #A72531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.62%

 BLUE value IS 49 (19.53% from 255) = 19.37%

R = 66.01%
G = 14.62%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A72531 (or 0xA72531) is known color: Guardsman Red. HEX triplet: A7, 25 and 31. RGB value is (167,37,49). Sum of RGB (Red+Green+Blue) = 167+37+49=253 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.01% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 167 - color contains mainly: red. Hex color #A72531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72531 is #58DACE. Grayscale: #4D4D4D. Windows color (decimal): -5823183 or 3220903. OLE color: 3220903.

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

Color convert

RGB 167 37 49 -
CMYK 0 0.78 0.71 0.35
HSL 354.46º 0.64% 0.4% -
HSV(B) 354.46º 0.78% 0.65% -
XYZ 17.15 9.76 3.89 -
YUV 77.24 112.07 192.02 -
System Red Green Blue C M Y K H S L
Decimal 167 37 49 0 0.78 0.71 0.35 354.46 0.64 0.4
Hex A7 25 31 0 4E 47 23 162 40 28
Octal 247 45 61 0 116 107 43 542 100 50
Binary 10100111 100101 110001 0 1001110 1000111 100011 101100010 1000000 101000

Color Harmonies of #A72531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72531

Black with #A72531

Text Example


Text Example

White with #A72531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72531; }

 p { color: rgb(167,37,49); }

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

background-color css

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

 a { background-color: rgb(167,37,49); }

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

border-color css

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

 span { border-color: rgb(167,37,49); }

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