Html Css Color HEX #9F262F Guardsman Red

📋 copy color: '#9F262F'

red 159 ◦ green 38 ◦ blue 47

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

Shades of Guardsman Red #9F262F

Tints of Guardsman Red #9F262F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.57%

 BLUE value IS 47 (18.75% from 255) = 19.26%

R = 65.16%
G = 15.57%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#9F262F (or 0x9F262F) is known color: Guardsman Red. HEX triplet: 9F, 26 and 2F. RGB value is (159,38,47). Sum of RGB (Red+Green+Blue) = 159+38+47=244 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.16% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 159 - color contains mainly: red. Hex color #9F262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F262F is #60D9D0. Grayscale: #4B4B4B. Windows color (decimal): -6347217 or 3090079. OLE color: 3090079.

HSL color Cylindrical-coordinate representation of color #9F262F: hue angle of 355.54º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F262F is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 38 47 -
CMYK 0 0.76 0.70 0.38
HSL 355.54º 0.61% 0.39% -
HSV(B) 355.54º 0.76% 0.62% -
XYZ 15.5 8.96 3.6 -
YUV 75.21 112.09 187.77 -
System Red Green Blue C M Y K H S L
Decimal 159 38 47 0 0.76 0.70 0.38 355.54 0.61 0.39
Hex 9F 26 2F 0 4C 46 26 164 3D 27
Octal 237 46 57 0 114 106 46 544 75 47
Binary 10011111 100110 101111 0 1001100 1000110 100110 101100100 111101 100111

Color Harmonies of #9F262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F262F

Black with #9F262F

Text Example


Text Example

White with #9F262F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,38,47); }

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

background-color css

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

 a { background-color: rgb(159,38,47); }

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

border-color css

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

 span { border-color: rgb(159,38,47); }

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