Html Css Color HEX #9F262A Guardsman Red

📋 copy color: '#9F262A'

red 159 ◦ green 38 ◦ blue 42

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

Shades of Guardsman Red #9F262A

Tints of Guardsman Red #9F262A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.57%

R = 66.53%
G = 15.9%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#9F262A (or 0x9F262A) is known color: Guardsman Red. HEX triplet: 9F, 26 and 2A. RGB value is (159,38,42). Sum of RGB (Red+Green+Blue) = 159+38+42=239 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.53% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 159 - color contains mainly: red. Hex color #9F262A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F262A is #60D9D5. Grayscale: #4A4A4A. Windows color (decimal): -6347222 or 2762399. OLE color: 2762399.

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

Color convert

RGB 159 38 42 -
CMYK 0 0.76 0.74 0.38
HSL 358.02º 0.61% 0.39% -
HSV(B) 358.02º 0.76% 0.62% -
XYZ 15.41 8.92 3.1 -
YUV 74.64 109.59 188.17 -
System Red Green Blue C M Y K H S L
Decimal 159 38 42 0 0.76 0.74 0.38 358.02 0.61 0.39
Hex 9F 26 2A 0 4C 4A 26 166 3D 27
Octal 237 46 52 0 114 112 46 546 75 47
Binary 10011111 100110 101010 0 1001100 1001010 100110 101100110 111101 100111

Color Harmonies of #9F262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F262A

Black with #9F262A

Text Example


Text Example

White with #9F262A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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