Html Css Color HEX #A73135 Guardsman Red

📋 copy color: '#A73135'

red 167 ◦ green 49 ◦ blue 53

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

Shades of Guardsman Red #A73135

Tints of Guardsman Red #A73135

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.22%

 BLUE value IS 53 (21.09% from 255) = 19.7%

R = 62.08%
G = 18.22%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A73135 (or 0xA73135) is known color: Guardsman Red. HEX triplet: A7, 31 and 35. RGB value is (167,49,53). Sum of RGB (Red+Green+Blue) = 167+49+53=269 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.08% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 167 - color contains mainly: red. Hex color #A73135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73135 is #58CECA. Grayscale: #545454. Windows color (decimal): -5820107 or 3486119. OLE color: 3486119.

HSL color Cylindrical-coordinate representation of color #A73135: hue angle of 357.97º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A73135 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 49 53 -
CMYK 0 0.71 0.68 0.35
HSL 357.97º 0.55% 0.42% -
HSV(B) 357.97º 0.71% 0.65% -
XYZ 17.68 10.67 4.5 -
YUV 84.74 110.09 186.67 -
System Red Green Blue C M Y K H S L
Decimal 167 49 53 0 0.71 0.68 0.35 357.97 0.55 0.42
Hex A7 31 35 0 47 44 23 166 37 2A
Octal 247 61 65 0 107 104 43 546 67 52
Binary 10100111 110001 110101 0 1000111 1000100 100011 101100110 110111 101010

Color Harmonies of #A73135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73135

Black with #A73135

Text Example


Text Example

White with #A73135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73135; }

 p { color: rgb(167,49,53); }

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

background-color css

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

 a { background-color: rgb(167,49,53); }

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

border-color css

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

 span { border-color: rgb(167,49,53); }

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