Html Css Color HEX #9F393A Guardsman Red

📋 copy color: '#9F393A'

red 159 ◦ green 57 ◦ blue 58

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

Shades of Guardsman Red #9F393A

Tints of Guardsman Red #9F393A

RGB

 RED value IS 159 (62.5% from 255) = 58.03%

 GREEN value IS 57 (22.66% from 255) = 20.8%

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

R = 58.03%
G = 20.8%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.38

RGB Variations

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

Color information

#9F393A (or 0x9F393A) is known color: Guardsman Red. HEX triplet: 9F, 39 and 3A. RGB value is (159,57,58). Sum of RGB (Red+Green+Blue) = 159+57+58=274 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.03% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 159 - color contains mainly: red. Hex color #9F393A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F393A is #60C6C5. Grayscale: #575757. Windows color (decimal): -6342342 or 3815839. OLE color: 3815839.

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

Color convert

RGB 159 57 58 -
CMYK 0 0.64 0.64 0.38
HSL 359.41º 0.47% 0.42% -
HSV(B) 359.41º 0.64% 0.62% -
XYZ 16.52 10.6 5.18 -
YUV 87.61 111.29 178.92 -
System Red Green Blue C M Y K H S L
Decimal 159 57 58 0 0.64 0.64 0.38 359.41 0.47 0.42
Hex 9F 39 3A 0 40 40 26 167 2F 2A
Octal 237 71 72 0 100 100 46 547 57 52
Binary 10011111 111001 111010 0 1000000 1000000 100110 101100111 101111 101010

Color Harmonies of #9F393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F393A

Black with #9F393A

Text Example


Text Example

White with #9F393A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,57,58); }

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

background-color css

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

 a { background-color: rgb(159,57,58); }

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

border-color css

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

 span { border-color: rgb(159,57,58); }

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