Html Css Color HEX #9F3334 Guardsman Red

📋 copy color: '#9F3334'

red 159 ◦ green 51 ◦ blue 52

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

Shades of Guardsman Red #9F3334

Tints of Guardsman Red #9F3334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.85%

R = 60.69%
G = 19.47%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9F3334 (or 0x9F3334) is known color: Guardsman Red. HEX triplet: 9F, 33 and 34. RGB value is (159,51,52). Sum of RGB (Red+Green+Blue) = 159+51+52=262 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.69% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3334 is #60CCCB. Grayscale: #535353. Windows color (decimal): -6343884 or 3421087. OLE color: 3421087.

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

Color convert

RGB 159 51 52 -
CMYK 0 0.68 0.67 0.38
HSL 359.44º 0.51% 0.41% -
HSV(B) 359.44º 0.68% 0.62% -
XYZ 16.1 9.99 4.33 -
YUV 83.41 110.28 181.92 -
System Red Green Blue C M Y K H S L
Decimal 159 51 52 0 0.68 0.67 0.38 359.44 0.51 0.41
Hex 9F 33 34 0 44 43 26 167 33 29
Octal 237 63 64 0 104 103 46 547 63 51
Binary 10011111 110011 110100 0 1000100 1000011 100110 101100111 110011 101001

Color Harmonies of #9F3334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3334

Black with #9F3334

Text Example


Text Example

White with #9F3334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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