Html Css Color HEX #9F353C Guardsman Red

📋 copy color: '#9F353C'

red 159 ◦ green 53 ◦ blue 60

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

Shades of Guardsman Red #9F353C

Tints of Guardsman Red #9F353C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.06%

R = 58.46%
G = 19.49%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#9F353C (or 0x9F353C) is known color: Guardsman Red. HEX triplet: 9F, 35 and 3C. RGB value is (159,53,60). Sum of RGB (Red+Green+Blue) = 159+53+60=272 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.46% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 159 - color contains mainly: red. Hex color #9F353C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F353C is #60CAC3. Grayscale: #555555. Windows color (decimal): -6343364 or 3945887. OLE color: 3945887.

HSL color Cylindrical-coordinate representation of color #9F353C: hue angle of 356.04º 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 #9F353C is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 53 60 -
CMYK 0 0.67 0.62 0.38
HSL 356.04º 0.5% 0.42% -
HSV(B) 356.04º 0.67% 0.62% -
XYZ 16.39 10.24 5.39 -
YUV 85.49 113.62 180.43 -
System Red Green Blue C M Y K H S L
Decimal 159 53 60 0 0.67 0.62 0.38 356.04 0.5 0.42
Hex 9F 35 3C 0 43 3E 26 164 32 2A
Octal 237 65 74 0 103 76 46 544 62 52
Binary 10011111 110101 111100 0 1000011 111110 100110 101100100 110010 101010

Color Harmonies of #9F353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F353C

Black with #9F353C

Text Example


Text Example

White with #9F353C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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