Html Css Color HEX #9F262C Guardsman Red

📋 copy color: '#9F262C'

red 159 ◦ green 38 ◦ blue 44

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

Shades of Guardsman Red #9F262C

Tints of Guardsman Red #9F262C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.26%

R = 65.98%
G = 15.77%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9F262C (or 0x9F262C) is known color: Guardsman Red. HEX triplet: 9F, 26 and 2C. RGB value is (159,38,44). Sum of RGB (Red+Green+Blue) = 159+38+44=241 (31% of max value = 765). Red value is 159 (62.5% from 255 or 65.98% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 159 - color contains mainly: red. Hex color #9F262C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F262C is #60D9D3. Grayscale: #4A4A4A. Windows color (decimal): -6347220 or 2893471. OLE color: 2893471.

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

Color convert

RGB 159 38 44 -
CMYK 0 0.76 0.72 0.38
HSL 357.02º 0.61% 0.39% -
HSV(B) 357.02º 0.76% 0.62% -
XYZ 15.45 8.94 3.29 -
YUV 74.86 110.59 188.01 -
System Red Green Blue C M Y K H S L
Decimal 159 38 44 0 0.76 0.72 0.38 357.02 0.61 0.39
Hex 9F 26 2C 0 4C 48 26 165 3D 27
Octal 237 46 54 0 114 110 46 545 75 47
Binary 10011111 100110 101100 0 1001100 1001000 100110 101100101 111101 100111

Color Harmonies of #9F262C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F262C

Black with #9F262C

Text Example


Text Example

White with #9F262C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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