#9B262B

Color #9B262B Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #9B262B

Tints of Guardsman Red #9B262B

Color information

#9B262B (or 0x9B262B) is unknown color: approx Guardsman Red. HEX triplet: 9B, 26 and 2B. RGB value is (155,38,43). Sum of RGB (Red+Green+Blue) = 155+38+43=236 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.68% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 155 - color contains mainly: red. Hex color #9B262B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B262B is #64D9D4. Grayscale: #494949. Windows color (decimal): -6609365 or 2827931. OLE color: 2827931.

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

Color convert

RGB1553843-
CMYK00.750.720.39
HSL357.44º60.62%37.84%-
HSV(B)357.44º75.48%60.78%-
XYZ14.658.533.16-
YUV73.55110.76186.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 65.68%
GREEN value IS 38 (15.23% from 255) = 16.10%
BLUE value IS 43 (17.19% from 255) = 18.22%
R=65.68%
G=16.10%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155384300.750.720.39357.4460.6237.84
Hex9B262B04B48271653d26
Octal23346530113110475457546
Binary10011011100110101011010010111001000100111101100101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B262B;
 }
 .AnyTagClassName
 {
   color: #9B262B;
 }
</style>
background-color css

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

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

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

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

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

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