Html Css Color HEX #9F343B Guardsman Red

📋 copy color: '#9F343B'

red 159 ◦ green 52 ◦ blue 59

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

Shades of Guardsman Red #9F343B

Tints of Guardsman Red #9F343B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.26%

 BLUE value IS 59 (23.44% from 255) = 21.85%

R = 58.89%
G = 19.26%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#9F343B (or 0x9F343B) is known color: Guardsman Red. HEX triplet: 9F, 34 and 3B. RGB value is (159,52,59). Sum of RGB (Red+Green+Blue) = 159+52+59=270 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.89% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 159 - color contains mainly: red. Hex color #9F343B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F343B is #60CBC4. Grayscale: #545454. Windows color (decimal): -6343621 or 3880095. OLE color: 3880095.

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

Color convert

RGB 159 52 59 -
CMYK 0 0.67 0.63 0.38
HSL 356.07º 0.51% 0.41% -
HSV(B) 356.07º 0.67% 0.62% -
XYZ 16.32 10.14 5.24 -
YUV 84.79 113.45 180.93 -
System Red Green Blue C M Y K H S L
Decimal 159 52 59 0 0.67 0.63 0.38 356.07 0.51 0.41
Hex 9F 34 3B 0 43 3F 26 164 33 29
Octal 237 64 73 0 103 77 46 544 63 51
Binary 10011111 110100 111011 0 1000011 111111 100110 101100100 110011 101001

Color Harmonies of #9F343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F343B

Black with #9F343B

Text Example


Text Example

White with #9F343B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,52,59); }

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

background-color css

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

 a { background-color: rgb(159,52,59); }

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

border-color css

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

 span { border-color: rgb(159,52,59); }

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