Html Css Color HEX #A72425 Guardsman Red

📋 copy color: '#A72425'

red 167 ◦ green 36 ◦ blue 37

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

Shades of Guardsman Red #A72425

Tints of Guardsman Red #A72425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.42%

R = 69.58%
G = 15%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A72425 (or 0xA72425) is known color: Guardsman Red. HEX triplet: A7, 24 and 25. RGB value is (167,36,37). Sum of RGB (Red+Green+Blue) = 167+36+37=240 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.58% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 167 - color contains mainly: red. Hex color #A72425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72425 is #58DBDA. Grayscale: #4B4B4B. Windows color (decimal): -5823451 or 2434215. OLE color: 2434215.

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

Color convert

RGB 167 36 37 -
CMYK 0 0.78 0.78 0.35
HSL 359.54º 0.65% 0.4% -
HSV(B) 359.54º 0.78% 0.65% -
XYZ 16.9 9.61 2.71 -
YUV 75.28 106.4 193.42 -
System Red Green Blue C M Y K H S L
Decimal 167 36 37 0 0.78 0.78 0.35 359.54 0.65 0.4
Hex A7 24 25 0 4E 4E 23 168 41 28
Octal 247 44 45 0 116 116 43 550 101 50
Binary 10100111 100100 100101 0 1001110 1001110 100011 101101000 1000001 101000

Color Harmonies of #A72425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72425

Black with #A72425

Text Example


Text Example

White with #A72425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72425; }

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

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

background-color css

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

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

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

border-color css

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

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

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