Html Css Color HEX #A72C3C Guardsman Red

📋 copy color: '#A72C3C'

red 167 ◦ green 44 ◦ blue 60

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

Shades of Guardsman Red #A72C3C

Tints of Guardsman Red #A72C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.14%

R = 61.62%
G = 16.24%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A72C3C (or 0xA72C3C) is known color: Guardsman Red. HEX triplet: A7, 2C and 3C. RGB value is (167,44,60). Sum of RGB (Red+Green+Blue) = 167+44+60=271 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.62% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 167 - color contains mainly: red. Hex color #A72C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72C3C is #58D3C3. Grayscale: #525252. Windows color (decimal): -5821380 or 3943591. OLE color: 3943591.

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

Color convert

RGB 167 44 60 -
CMYK 0 0.74 0.64 0.35
HSL 352.2º 0.58% 0.41% -
HSV(B) 352.2º 0.74% 0.65% -
XYZ 17.65 10.34 5.34 -
YUV 82.6 115.25 188.2 -
System Red Green Blue C M Y K H S L
Decimal 167 44 60 0 0.74 0.64 0.35 352.2 0.58 0.41
Hex A7 2C 3C 0 4A 40 23 160 3A 29
Octal 247 54 74 0 112 100 43 540 72 51
Binary 10100111 101100 111100 0 1001010 1000000 100011 101100000 111010 101001

Color Harmonies of #A72C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72C3C

Black with #A72C3C

Text Example


Text Example

White with #A72C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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