Html Css Color HEX #9F3238 Guardsman Red

📋 copy color: '#9F3238'

red 159 ◦ green 50 ◦ blue 56

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

Shades of Guardsman Red #9F3238

Tints of Guardsman Red #9F3238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.87%

 BLUE value IS 56 (22.27% from 255) = 21.13%

R = 60%
G = 18.87%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.38

RGB Variations

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

Color information

#9F3238 (or 0x9F3238) is known color: Guardsman Red. HEX triplet: 9F, 32 and 38. RGB value is (159,50,56). Sum of RGB (Red+Green+Blue) = 159+50+56=265 (35% of max value = 765). Red value is 159 (62.5% from 255 or 60% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3238 is #60CDC7. Grayscale: #535353. Windows color (decimal): -6344136 or 3682975. OLE color: 3682975.

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

Color convert

RGB 159 50 56 -
CMYK 0 0.69 0.65 0.38
HSL 356.7º 0.52% 0.41% -
HSV(B) 356.7º 0.69% 0.62% -
XYZ 16.15 9.94 4.81 -
YUV 83.28 112.61 182.01 -
System Red Green Blue C M Y K H S L
Decimal 159 50 56 0 0.69 0.65 0.38 356.7 0.52 0.41
Hex 9F 32 38 0 45 41 26 165 34 29
Octal 237 62 70 0 105 101 46 545 64 51
Binary 10011111 110010 111000 0 1000101 1000001 100110 101100101 110100 101001

Color Harmonies of #9F3238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3238

Black with #9F3238

Text Example


Text Example

White with #9F3238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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