Html Css Color HEX #9E262B Guardsman Red

📋 copy color: '#9E262B'

red 158 ◦ green 38 ◦ blue 43

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

Shades of Guardsman Red #9E262B

Tints of Guardsman Red #9E262B

RGB

 RED value IS 158 (62.11% from 255) = 66.11%

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

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

R = 66.11%
G = 15.9%
B = 17.99%

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

#9E262B (or 0x9E262B) is known color: Guardsman Red. HEX triplet: 9E, 26 and 2B. RGB value is (158,38,43). Sum of RGB (Red+Green+Blue) = 158+38+43=239 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.11% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 158 - color contains mainly: red. Hex color #9E262B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E262B is #61D9D4. Grayscale: #4A4A4A. Windows color (decimal): -6412757 or 2827934. OLE color: 2827934.

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

Color convert

RGB 158 38 43 -
CMYK 0 0.76 0.73 0.38
HSL 357.5º 0.61% 0.38% -
HSV(B) 357.5º 0.76% 0.62% -
XYZ 15.23 8.83 3.19 -
YUV 74.45 110.26 187.59 -
System Red Green Blue C M Y K H S L
Decimal 158 38 43 0 0.76 0.73 0.38 357.5 0.61 0.38
Hex 9E 26 2B 0 4C 49 26 166 3D 26
Octal 236 46 53 0 114 111 46 546 75 46
Binary 10011110 100110 101011 0 1001100 1001001 100110 101100110 111101 100110

Color Harmonies of #9E262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E262B

Black with #9E262B

Text Example


Text Example

White with #9E262B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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