Html Css Color HEX #A73538 Guardsman Red

📋 copy color: '#A73538'

red 167 ◦ green 53 ◦ blue 56

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

Shades of Guardsman Red #A73538

Tints of Guardsman Red #A73538

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.2%

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

R = 60.51%
G = 19.2%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A73538 (or 0xA73538) is known color: Guardsman Red. HEX triplet: A7, 35 and 38. RGB value is (167,53,56). Sum of RGB (Red+Green+Blue) = 167+53+56=276 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.51% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 167 - color contains mainly: red. Hex color #A73538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73538 is #58CAC7. Grayscale: #575757. Windows color (decimal): -5819080 or 3683751. OLE color: 3683751.

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

Color convert

RGB 167 53 56 -
CMYK 0 0.68 0.66 0.35
HSL 358.42º 0.52% 0.43% -
HSV(B) 358.42º 0.68% 0.65% -
XYZ 17.92 11.05 4.93 -
YUV 87.43 110.27 184.76 -
System Red Green Blue C M Y K H S L
Decimal 167 53 56 0 0.68 0.66 0.35 358.42 0.52 0.43
Hex A7 35 38 0 44 42 23 166 34 2B
Octal 247 65 70 0 104 102 43 546 64 53
Binary 10100111 110101 111000 0 1000100 1000010 100011 101100110 110100 101011

Color Harmonies of #A73538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73538

Black with #A73538

Text Example


Text Example

White with #A73538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73538; }

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

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

background-color css

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

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

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

border-color css

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

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

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