Html Css Color HEX #9D3142 Guardsman Red

📋 copy color: '#9D3142'

red 157 ◦ green 49 ◦ blue 66

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

Shades of Guardsman Red #9D3142

Tints of Guardsman Red #9D3142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.26%

R = 57.72%
G = 18.01%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9D3142 (or 0x9D3142) is known color: Guardsman Red. HEX triplet: 9D, 31 and 42. RGB value is (157,49,66). Sum of RGB (Red+Green+Blue) = 157+49+66=272 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.72% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3142 is #62CEBD. Grayscale: #535353. Windows color (decimal): -6475454 or 4338077. OLE color: 4338077.

HSL color Cylindrical-coordinate representation of color #9D3142: hue angle of 350.56º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D3142 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 49 66 -
CMYK 0 0.69 0.58 0.38
HSL 350.56º 0.52% 0.4% -
HSV(B) 350.56º 0.69% 0.62% -
XYZ 15.99 9.76 6.2 -
YUV 83.23 118.28 180.62 -
System Red Green Blue C M Y K H S L
Decimal 157 49 66 0 0.69 0.58 0.38 350.56 0.52 0.4
Hex 9D 31 42 0 45 3A 26 15F 34 28
Octal 235 61 102 0 105 72 46 537 64 50
Binary 10011101 110001 1000010 0 1000101 111010 100110 101011111 110100 101000

Color Harmonies of #9D3142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3142

Black with #9D3142

Text Example


Text Example

White with #9D3142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,49,66); }

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

background-color css

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

 a { background-color: rgb(157,49,66); }

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

border-color css

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

 span { border-color: rgb(157,49,66); }

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