Html Css Color HEX #9F353D Guardsman Red

📋 copy color: '#9F353D'

red 159 ◦ green 53 ◦ blue 61

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

Shades of Guardsman Red #9F353D

Tints of Guardsman Red #9F353D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.34%

R = 58.24%
G = 19.41%
B = 22.34%

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

#9F353D (or 0x9F353D) is known color: Guardsman Red. HEX triplet: 9F, 35 and 3D. RGB value is (159,53,61). Sum of RGB (Red+Green+Blue) = 159+53+61=273 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.24% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 159 - color contains mainly: red. Hex color #9F353D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F353D is #60CAC2. Grayscale: #555555. Windows color (decimal): -6343363 or 4011423. OLE color: 4011423.

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

Color convert

RGB 159 53 61 -
CMYK 0 0.67 0.62 0.38
HSL 355.47º 0.5% 0.42% -
HSV(B) 355.47º 0.67% 0.62% -
XYZ 16.41 10.25 5.53 -
YUV 85.61 114.12 180.35 -
System Red Green Blue C M Y K H S L
Decimal 159 53 61 0 0.67 0.62 0.38 355.47 0.5 0.42
Hex 9F 35 3D 0 43 3E 26 163 32 2A
Octal 237 65 75 0 103 76 46 543 62 52
Binary 10011111 110101 111101 0 1000011 111110 100110 101100011 110010 101010

Color Harmonies of #9F353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F353D

Black with #9F353D

Text Example


Text Example

White with #9F353D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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