#9B3537

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

Shades of Guardsman Red #9B3537

Tints of Guardsman Red #9B3537

Color information

#9B3537 (or 0x9B3537) is unknown color: approx Guardsman Red. HEX triplet: 9B, 35 and 37. RGB value is (155,53,55). Sum of RGB (Red+Green+Blue) = 155+53+55=263 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.94% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3537 is #64CAC8. Grayscale: #535353. Windows color (decimal): -6605513 or 3618203. OLE color: 3618203.

HSL color Cylindrical-coordinate representation of color #9B3537: hue angle of 358.82º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B3537 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB1555355-
CMYK00.660.650.39
HSL358.82º49.04%40.78%-
HSV(B)358.82º65.81%60.78%-
XYZ15.489.794.69-
YUV83.73111.79178.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.94%
GREEN value IS 53 (21.09% from 255) = 20.15%
BLUE value IS 55 (21.88% from 255) = 20.91%
R=58.94%
G=20.15%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155535500.660.650.39358.8249.0440.78
Hex9B353704241271673129
Octal23365670102101475476151
Binary10011011110101110111010000101000001100111101100111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,53,55); }

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

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

 a { background-color: rgb(155,53,55); }

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

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

 span { border-color: rgb(155,53,55); }

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