Html Css Color HEX #A72428 Guardsman Red

📋 copy color: '#A72428'

red 167 ◦ green 36 ◦ blue 40

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

Shades of Guardsman Red #A72428

Tints of Guardsman Red #A72428

RGB

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

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

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

R = 68.72%
G = 14.81%
B = 16.46%

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

#A72428 (or 0xA72428) is known color: Guardsman Red. HEX triplet: A7, 24 and 28. RGB value is (167,36,40). Sum of RGB (Red+Green+Blue) = 167+36+40=243 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.72% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 167 - color contains mainly: red. Hex color #A72428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72428 is #58DBD7. Grayscale: #4B4B4B. Windows color (decimal): -5823448 or 2630823. OLE color: 2630823.

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

Color convert

RGB 167 36 40 -
CMYK 0 0.78 0.76 0.35
HSL 358.17º 0.65% 0.4% -
HSV(B) 358.17º 0.78% 0.65% -
XYZ 16.95 9.63 2.97 -
YUV 75.63 107.9 193.17 -
System Red Green Blue C M Y K H S L
Decimal 167 36 40 0 0.78 0.76 0.35 358.17 0.65 0.4
Hex A7 24 28 0 4E 4C 23 166 41 28
Octal 247 44 50 0 116 114 43 546 101 50
Binary 10100111 100100 101000 0 1001110 1001100 100011 101100110 1000001 101000

Color Harmonies of #A72428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72428

Black with #A72428

Text Example


Text Example

White with #A72428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72428; }

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

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

background-color css

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

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

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

border-color css

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

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

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