Html Css Color HEX #9F262B Guardsman Red

📋 copy color: '#9F262B'

red 159 ◦ green 38 ◦ blue 43

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

Shades of Guardsman Red #9F262B

Tints of Guardsman Red #9F262B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.92%

R = 66.25%
G = 15.83%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.38

RGB Variations

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

Color information

#9F262B (or 0x9F262B) is known color: Guardsman Red. HEX triplet: 9F, 26 and 2B. RGB value is (159,38,43). Sum of RGB (Red+Green+Blue) = 159+38+43=240 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.25% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 159 - color contains mainly: red. Hex color #9F262B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F262B is #60D9D4. Grayscale: #4A4A4A. Windows color (decimal): -6347221 or 2827935. OLE color: 2827935.

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

Color convert

RGB 159 38 43 -
CMYK 0 0.76 0.73 0.38
HSL 357.52º 0.61% 0.39% -
HSV(B) 357.52º 0.76% 0.62% -
XYZ 15.43 8.93 3.2 -
YUV 74.75 110.09 188.09 -
System Red Green Blue C M Y K H S L
Decimal 159 38 43 0 0.76 0.73 0.38 357.52 0.61 0.39
Hex 9F 26 2B 0 4C 49 26 166 3D 27
Octal 237 46 53 0 114 111 46 546 75 47
Binary 10011111 100110 101011 0 1001100 1001001 100110 101100110 111101 100111

Color Harmonies of #9F262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F262B

Black with #9F262B

Text Example


Text Example

White with #9F262B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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