Html Css Color HEX #A72C2E Guardsman Red

📋 copy color: '#A72C2E'

red 167 ◦ green 44 ◦ blue 46

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

Shades of Guardsman Red #A72C2E

Tints of Guardsman Red #A72C2E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.12%

 BLUE value IS 46 (18.36% from 255) = 17.9%

R = 64.98%
G = 17.12%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A72C2E (or 0xA72C2E) is known color: Guardsman Red. HEX triplet: A7, 2C and 2E. RGB value is (167,44,46). Sum of RGB (Red+Green+Blue) = 167+44+46=257 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.98% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 167 - color contains mainly: red. Hex color #A72C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72C2E is #58D3D1. Grayscale: #515151. Windows color (decimal): -5821394 or 3026087. OLE color: 3026087.

HSL color Cylindrical-coordinate representation of color #A72C2E: hue angle of 359.02º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A72C2E is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 44 46 -
CMYK 0 0.74 0.72 0.35
HSL 359.02º 0.58% 0.41% -
HSV(B) 359.02º 0.74% 0.65% -
XYZ 17.33 10.21 3.64 -
YUV 81.01 108.25 189.34 -
System Red Green Blue C M Y K H S L
Decimal 167 44 46 0 0.74 0.72 0.35 359.02 0.58 0.41
Hex A7 2C 2E 0 4A 48 23 167 3A 29
Octal 247 54 56 0 112 110 43 547 72 51
Binary 10100111 101100 101110 0 1001010 1001000 100011 101100111 111010 101001

Color Harmonies of #A72C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72C2E

Black with #A72C2E

Text Example


Text Example

White with #A72C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72C2E; }

 p { color: rgb(167,44,46); }

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

background-color css

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

 a { background-color: rgb(167,44,46); }

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

border-color css

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

 span { border-color: rgb(167,44,46); }

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