Html Css Color HEX #A72431 Guardsman Red

📋 copy color: '#A72431'

red 167 ◦ green 36 ◦ blue 49

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

Shades of Guardsman Red #A72431

Tints of Guardsman Red #A72431

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.29%

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

R = 66.27%
G = 14.29%
B = 19.44%

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

#A72431 (or 0xA72431) is known color: Guardsman Red. HEX triplet: A7, 24 and 31. RGB value is (167,36,49). Sum of RGB (Red+Green+Blue) = 167+36+49=252 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.27% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 167 - color contains mainly: red. Hex color #A72431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72431 is #58DBCE. Grayscale: #4C4C4C. Windows color (decimal): -5823439 or 3220647. OLE color: 3220647.

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

Color convert

RGB 167 36 49 -
CMYK 0 0.78 0.71 0.35
HSL 354.05º 0.65% 0.4% -
HSV(B) 354.05º 0.78% 0.65% -
XYZ 17.12 9.7 3.88 -
YUV 76.65 112.4 192.44 -
System Red Green Blue C M Y K H S L
Decimal 167 36 49 0 0.78 0.71 0.35 354.05 0.65 0.4
Hex A7 24 31 0 4E 47 23 162 41 28
Octal 247 44 61 0 116 107 43 542 101 50
Binary 10100111 100100 110001 0 1001110 1000111 100011 101100010 1000001 101000

Color Harmonies of #A72431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72431

Black with #A72431

Text Example


Text Example

White with #A72431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72431; }

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

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

background-color css

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

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

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

border-color css

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

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

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