Html Css Color HEX #9F383A Guardsman Red

📋 copy color: '#9F383A'

red 159 ◦ green 56 ◦ blue 58

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

Shades of Guardsman Red #9F383A

Tints of Guardsman Red #9F383A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.25%

R = 58.24%
G = 20.51%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.38

RGB Variations

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

Color information

#9F383A (or 0x9F383A) is known color: Guardsman Red. HEX triplet: 9F, 38 and 3A. RGB value is (159,56,58). Sum of RGB (Red+Green+Blue) = 159+56+58=273 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.24% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 159 - color contains mainly: red. Hex color #9F383A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F383A is #60C7C5. Grayscale: #575757. Windows color (decimal): -6342598 or 3815583. OLE color: 3815583.

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

Color convert

RGB 159 56 58 -
CMYK 0 0.65 0.64 0.38
HSL 358.84º 0.48% 0.42% -
HSV(B) 358.84º 0.65% 0.62% -
XYZ 16.48 10.5 5.16 -
YUV 87.03 111.62 179.34 -
System Red Green Blue C M Y K H S L
Decimal 159 56 58 0 0.65 0.64 0.38 358.84 0.48 0.42
Hex 9F 38 3A 0 41 40 26 167 30 2A
Octal 237 70 72 0 101 100 46 547 60 52
Binary 10011111 111000 111010 0 1000001 1000000 100110 101100111 110000 101010

Color Harmonies of #9F383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F383A

Black with #9F383A

Text Example


Text Example

White with #9F383A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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