Html Css Color HEX #A72528 Guardsman Red

📋 copy color: '#A72528'

red 167 ◦ green 37 ◦ blue 40

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

Shades of Guardsman Red #A72528

Tints of Guardsman Red #A72528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.39%

R = 68.44%
G = 15.16%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A72528 (or 0xA72528) is known color: Guardsman Red. HEX triplet: A7, 25 and 28. RGB value is (167,37,40). Sum of RGB (Red+Green+Blue) = 167+37+40=244 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.44% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 167 - color contains mainly: red. Hex color #A72528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72528 is #58DAD7. Grayscale: #4C4C4C. Windows color (decimal): -5823192 or 2631079. OLE color: 2631079.

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

Color convert

RGB 167 37 40 -
CMYK 0 0.78 0.76 0.35
HSL 358.62º 0.64% 0.4% -
HSV(B) 358.62º 0.78% 0.65% -
XYZ 16.98 9.69 2.98 -
YUV 76.21 107.57 192.76 -
System Red Green Blue C M Y K H S L
Decimal 167 37 40 0 0.78 0.76 0.35 358.62 0.64 0.4
Hex A7 25 28 0 4E 4C 23 167 40 28
Octal 247 45 50 0 116 114 43 547 100 50
Binary 10100111 100101 101000 0 1001110 1001100 100011 101100111 1000000 101000

Color Harmonies of #A72528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72528

Black with #A72528

Text Example


Text Example

White with #A72528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72528; }

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

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

background-color css

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

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

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

border-color css

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

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

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