Html Css Color HEX #9F383B Guardsman Red

📋 copy color: '#9F383B'

red 159 ◦ green 56 ◦ blue 59

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

Shades of Guardsman Red #9F383B

Tints of Guardsman Red #9F383B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.44%

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

R = 58.03%
G = 20.44%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#9F383B (or 0x9F383B) is known color: Guardsman Red. HEX triplet: 9F, 38 and 3B. RGB value is (159,56,59). Sum of RGB (Red+Green+Blue) = 159+56+59=274 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.03% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 159 - color contains mainly: red. Hex color #9F383B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F383B is #60C7C4. Grayscale: #575757. Windows color (decimal): -6342597 or 3881119. OLE color: 3881119.

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

Color convert

RGB 159 56 59 -
CMYK 0 0.65 0.63 0.38
HSL 358.25º 0.48% 0.42% -
HSV(B) 358.25º 0.65% 0.62% -
XYZ 16.5 10.52 5.3 -
YUV 87.14 112.12 179.26 -
System Red Green Blue C M Y K H S L
Decimal 159 56 59 0 0.65 0.63 0.38 358.25 0.48 0.42
Hex 9F 38 3B 0 41 3F 26 166 30 2A
Octal 237 70 73 0 101 77 46 546 60 52
Binary 10011111 111000 111011 0 1000001 111111 100110 101100110 110000 101010

Color Harmonies of #9F383B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F383B

Black with #9F383B

Text Example


Text Example

White with #9F383B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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