Html Css Color HEX #9F333C Guardsman Red

📋 copy color: '#9F333C'

red 159 ◦ green 51 ◦ blue 60

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

Shades of Guardsman Red #9F333C

Tints of Guardsman Red #9F333C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.89%

 BLUE value IS 60 (23.83% from 255) = 22.22%

R = 58.89%
G = 18.89%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#9F333C (or 0x9F333C) is known color: Guardsman Red. HEX triplet: 9F, 33 and 3C. RGB value is (159,51,60). Sum of RGB (Red+Green+Blue) = 159+51+60=270 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.89% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 159 - color contains mainly: red. Hex color #9F333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F333C is #60CCC3. Grayscale: #545454. Windows color (decimal): -6343876 or 3945375. OLE color: 3945375.

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

Color convert

RGB 159 51 60 -
CMYK 0 0.68 0.62 0.38
HSL 355º 0.51% 0.41% -
HSV(B) 355º 0.68% 0.62% -
XYZ 16.3 10.06 5.36 -
YUV 84.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 159 51 60 0 0.68 0.62 0.38 355 0.51 0.41
Hex 9F 33 3C 0 44 3E 26 163 33 29
Octal 237 63 74 0 104 76 46 543 63 51
Binary 10011111 110011 111100 0 1000100 111110 100110 101100011 110011 101001

Color Harmonies of #9F333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F333C

Black with #9F333C

Text Example


Text Example

White with #9F333C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,51,60); }

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

background-color css

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

 a { background-color: rgb(159,51,60); }

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

border-color css

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

 span { border-color: rgb(159,51,60); }

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