Html Css Color HEX #A72838 Guardsman Red

📋 copy color: '#A72838'

red 167 ◦ green 40 ◦ blue 56

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

Shades of Guardsman Red #A72838

Tints of Guardsman Red #A72838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.29%

R = 63.5%
G = 15.21%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A72838 (or 0xA72838) is known color: Guardsman Red. HEX triplet: A7, 28 and 38. RGB value is (167,40,56). Sum of RGB (Red+Green+Blue) = 167+40+56=263 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.50% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 167 - color contains mainly: red. Hex color #A72838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72838 is #58D7C7. Grayscale: #4F4F4F. Windows color (decimal): -5822408 or 3680423. OLE color: 3680423.

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

Color convert

RGB 167 40 56 -
CMYK 0 0.76 0.66 0.35
HSL 352.44º 0.61% 0.41% -
HSV(B) 352.44º 0.76% 0.65% -
XYZ 17.41 10.02 4.76 -
YUV 79.8 114.58 190.2 -
System Red Green Blue C M Y K H S L
Decimal 167 40 56 0 0.76 0.66 0.35 352.44 0.61 0.41
Hex A7 28 38 0 4C 42 23 160 3D 29
Octal 247 50 70 0 114 102 43 540 75 51
Binary 10100111 101000 111000 0 1001100 1000010 100011 101100000 111101 101001

Color Harmonies of #A72838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72838

Black with #A72838

Text Example


Text Example

White with #A72838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72838; }

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

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

background-color css

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

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

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

border-color css

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

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

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