Html Css Color HEX #A73233 Guardsman Red

📋 copy color: '#A73233'

red 167 ◦ green 50 ◦ blue 51

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

Shades of Guardsman Red #A73233

Tints of Guardsman Red #A73233

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.66%

 BLUE value IS 51 (20.31% from 255) = 19.03%

R = 62.31%
G = 18.66%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A73233 (or 0xA73233) is known color: Guardsman Red. HEX triplet: A7, 32 and 33. RGB value is (167,50,51). Sum of RGB (Red+Green+Blue) = 167+50+51=268 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.31% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 167 - color contains mainly: red. Hex color #A73233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73233 is #58CDCC. Grayscale: #555555. Windows color (decimal): -5819853 or 3355303. OLE color: 3355303.

HSL color Cylindrical-coordinate representation of color #A73233: hue angle of 359.49º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A73233 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 50 51 -
CMYK 0 0.70 0.69 0.35
HSL 359.49º 0.54% 0.43% -
HSV(B) 359.49º 0.7% 0.65% -
XYZ 17.67 10.74 4.27 -
YUV 85.1 108.76 186.42 -
System Red Green Blue C M Y K H S L
Decimal 167 50 51 0 0.70 0.69 0.35 359.49 0.54 0.43
Hex A7 32 33 0 46 45 23 167 36 2B
Octal 247 62 63 0 106 105 43 547 66 53
Binary 10100111 110010 110011 0 1000110 1000101 100011 101100111 110110 101011

Color Harmonies of #A73233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73233

Black with #A73233

Text Example


Text Example

White with #A73233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73233; }

 p { color: rgb(167,50,51); }

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

background-color css

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

 a { background-color: rgb(167,50,51); }

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

border-color css

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

 span { border-color: rgb(167,50,51); }

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