Html Css Color HEX #9D373A Guardsman Red

📋 copy color: '#9D373A'

red 157 ◦ green 55 ◦ blue 58

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

Shades of Guardsman Red #9D373A

Tints of Guardsman Red #9D373A

RGB

 RED value IS 157 (61.72% from 255) = 58.15%

 GREEN value IS 55 (21.88% from 255) = 20.37%

 BLUE value IS 58 (23.05% from 255) = 21.48%

R = 58.15%
G = 20.37%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#9D373A (or 0x9D373A) is known color: Guardsman Red. HEX triplet: 9D, 37 and 3A. RGB value is (157,55,58). Sum of RGB (Red+Green+Blue) = 157+55+58=270 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.15% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 157 - color contains mainly: red. Hex color #9D373A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D373A is #62C8C5. Grayscale: #555555. Windows color (decimal): -6473926 or 3815325. OLE color: 3815325.

HSL color Cylindrical-coordinate representation of color #9D373A: hue angle of 358.24º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9D373A is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 55 58 -
CMYK 0 0.65 0.63 0.38
HSL 358.24º 0.48% 0.42% -
HSV(B) 358.24º 0.65% 0.62% -
XYZ 16.03 10.21 5.13 -
YUV 85.84 112.29 178.76 -
System Red Green Blue C M Y K H S L
Decimal 157 55 58 0 0.65 0.63 0.38 358.24 0.48 0.42
Hex 9D 37 3A 0 41 3F 26 166 30 2A
Octal 235 67 72 0 101 77 46 546 60 52
Binary 10011101 110111 111010 0 1000001 111111 100110 101100110 110000 101010

Color Harmonies of #9D373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D373A

Black with #9D373A

Text Example


Text Example

White with #9D373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D373A; }

 p { color: rgb(157,55,58); }

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

background-color css

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

 a { background-color: rgb(157,55,58); }

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

border-color css

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

 span { border-color: rgb(157,55,58); }

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