Html Css Color HEX #9F3239 Guardsman Red

📋 copy color: '#9F3239'

red 159 ◦ green 50 ◦ blue 57

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

Shades of Guardsman Red #9F3239

Tints of Guardsman Red #9F3239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.43%

R = 59.77%
G = 18.8%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.38

RGB Variations

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

Color information

#9F3239 (or 0x9F3239) is known color: Guardsman Red. HEX triplet: 9F, 32 and 39. RGB value is (159,50,57). Sum of RGB (Red+Green+Blue) = 159+50+57=266 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.77% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3239 is #60CDC6. Grayscale: #535353. Windows color (decimal): -6344135 or 3748511. OLE color: 3748511.

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

Color convert

RGB 159 50 57 -
CMYK 0 0.69 0.64 0.38
HSL 356.15º 0.52% 0.41% -
HSV(B) 356.15º 0.69% 0.62% -
XYZ 16.18 9.95 4.94 -
YUV 83.39 113.11 181.93 -
System Red Green Blue C M Y K H S L
Decimal 159 50 57 0 0.69 0.64 0.38 356.15 0.52 0.41
Hex 9F 32 39 0 45 40 26 164 34 29
Octal 237 62 71 0 105 100 46 544 64 51
Binary 10011111 110010 111001 0 1000101 1000000 100110 101100100 110100 101001

Color Harmonies of #9F3239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3239

Black with #9F3239

Text Example


Text Example

White with #9F3239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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