Html Css Color HEX #9F353F Guardsman Red

📋 copy color: '#9F353F'

red 159 ◦ green 53 ◦ blue 63

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

Shades of Guardsman Red #9F353F

Tints of Guardsman Red #9F353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.27%

 BLUE value IS 63 (25% from 255) = 22.91%

R = 57.82%
G = 19.27%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#9F353F (or 0x9F353F) is known color: Guardsman Red. HEX triplet: 9F, 35 and 3F. RGB value is (159,53,63). Sum of RGB (Red+Green+Blue) = 159+53+63=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F353F is #60CAC0. Grayscale: #555555. Windows color (decimal): -6343361 or 4142495. OLE color: 4142495.

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

Color convert

RGB 159 53 63 -
CMYK 0 0.67 0.60 0.38
HSL 354.34º 0.5% 0.42% -
HSV(B) 354.34º 0.67% 0.62% -
XYZ 16.47 10.28 5.82 -
YUV 85.83 115.12 180.19 -
System Red Green Blue C M Y K H S L
Decimal 159 53 63 0 0.67 0.60 0.38 354.34 0.5 0.42
Hex 9F 35 3F 0 43 3C 26 162 32 2A
Octal 237 65 77 0 103 74 46 542 62 52
Binary 10011111 110101 111111 0 1000011 111100 100110 101100010 110010 101010

Color Harmonies of #9F353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F353F

Black with #9F353F

Text Example


Text Example

White with #9F353F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,53,63); }

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

background-color css

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

 a { background-color: rgb(159,53,63); }

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

border-color css

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

 span { border-color: rgb(159,53,63); }

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