Html Css Color HEX #A73338 Guardsman Red

📋 copy color: '#A73338'

red 167 ◦ green 51 ◦ blue 56

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

Shades of Guardsman Red #A73338

Tints of Guardsman Red #A73338

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.61%

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

R = 60.95%
G = 18.61%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A73338 (or 0xA73338) is known color: Guardsman Red. HEX triplet: A7, 33 and 38. RGB value is (167,51,56). Sum of RGB (Red+Green+Blue) = 167+51+56=274 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.95% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 167 - color contains mainly: red. Hex color #A73338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73338 is #58CCC7. Grayscale: #565656. Windows color (decimal): -5819592 or 3683239. OLE color: 3683239.

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

Color convert

RGB 167 51 56 -
CMYK 0 0.69 0.66 0.35
HSL 357.41º 0.53% 0.43% -
HSV(B) 357.41º 0.69% 0.65% -
XYZ 17.83 10.87 4.9 -
YUV 86.25 110.93 185.59 -
System Red Green Blue C M Y K H S L
Decimal 167 51 56 0 0.69 0.66 0.35 357.41 0.53 0.43
Hex A7 33 38 0 45 42 23 165 35 2B
Octal 247 63 70 0 105 102 43 545 65 53
Binary 10100111 110011 111000 0 1000101 1000010 100011 101100101 110101 101011

Color Harmonies of #A73338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73338

Black with #A73338

Text Example


Text Example

White with #A73338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73338; }

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

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

background-color css

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

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

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

border-color css

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

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

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