Html Css Color HEX #A72831 Guardsman Red

📋 copy color: '#A72831'

red 167 ◦ green 40 ◦ blue 49

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

Shades of Guardsman Red #A72831

Tints of Guardsman Red #A72831

RGB

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

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

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

R = 65.23%
G = 15.63%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A72831 (or 0xA72831) is known color: Guardsman Red. HEX triplet: A7, 28 and 31. RGB value is (167,40,49). Sum of RGB (Red+Green+Blue) = 167+40+49=256 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.23% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 167 - color contains mainly: red. Hex color #A72831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72831 is #58D7CE. Grayscale: #4F4F4F. Windows color (decimal): -5822415 or 3221671. OLE color: 3221671.

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

Color convert

RGB 167 40 49 -
CMYK 0 0.76 0.71 0.35
HSL 355.75º 0.61% 0.41% -
HSV(B) 355.75º 0.76% 0.65% -
XYZ 17.25 9.95 3.92 -
YUV 79 111.08 190.77 -
System Red Green Blue C M Y K H S L
Decimal 167 40 49 0 0.76 0.71 0.35 355.75 0.61 0.41
Hex A7 28 31 0 4C 47 23 164 3D 29
Octal 247 50 61 0 114 107 43 544 75 51
Binary 10100111 101000 110001 0 1001100 1000111 100011 101100100 111101 101001

Color Harmonies of #A72831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72831

Black with #A72831

Text Example


Text Example

White with #A72831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72831; }

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

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

background-color css

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

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

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

border-color css

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

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

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