Html Css Color HEX #9F262E Guardsman Red

📋 copy color: '#9F262E'

red 159 ◦ green 38 ◦ blue 46

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

Shades of Guardsman Red #9F262E

Tints of Guardsman Red #9F262E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.93%

R = 65.43%
G = 15.64%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#9F262E (or 0x9F262E) is known color: Guardsman Red. HEX triplet: 9F, 26 and 2E. RGB value is (159,38,46). Sum of RGB (Red+Green+Blue) = 159+38+46=243 (32% of max value = 765). Red value is 159 (62.5% from 255 or 65.43% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 159 - color contains mainly: red. Hex color #9F262E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F262E is #60D9D1. Grayscale: #4B4B4B. Windows color (decimal): -6347218 or 3024543. OLE color: 3024543.

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

Color convert

RGB 159 38 46 -
CMYK 0 0.76 0.71 0.38
HSL 356.03º 0.61% 0.39% -
HSV(B) 356.03º 0.76% 0.62% -
XYZ 15.48 8.95 3.5 -
YUV 75.09 111.59 187.85 -
System Red Green Blue C M Y K H S L
Decimal 159 38 46 0 0.76 0.71 0.38 356.03 0.61 0.39
Hex 9F 26 2E 0 4C 47 26 164 3D 27
Octal 237 46 56 0 114 107 46 544 75 47
Binary 10011111 100110 101110 0 1001100 1000111 100110 101100100 111101 100111

Color Harmonies of #9F262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F262E

Black with #9F262E

Text Example


Text Example

White with #9F262E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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