#9B303A

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

Shades of Guardsman Red #9B303A

Tints of Guardsman Red #9B303A

Color information

#9B303A (or 0x9B303A) is unknown color: approx Guardsman Red. HEX triplet: 9B, 30 and 3A. RGB value is (155,48,58). Sum of RGB (Red+Green+Blue) = 155+48+58=261 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.39% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 155 - color contains mainly: red. Hex color #9B303A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B303A is #64CFC5. Grayscale: #515151. Windows color (decimal): -6606790 or 3813531. OLE color: 3813531.

HSL color Cylindrical-coordinate representation of color #9B303A: hue angle of 354.39º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B303A is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB1554858-
CMYK00.690.630.39
HSL354.39º52.71%39.8%-
HSV(B)354.39º69.03%60.78%-
XYZ15.349.395.01-
YUV81.13114.95180.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 59.39%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 58 (23.05% from 255) = 22.22%
R=59.39%
G=18.39%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155485800.690.630.39354.3952.7139.8
Hex9B303A0453F271623528
Octal2336072010577475426550
Binary1001101111000011101001000101111111100111101100010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,48,58); }

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

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

 a { background-color: rgb(155,48,58); }

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

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

 span { border-color: rgb(155,48,58); }

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