#9B3038

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

Shades of Guardsman Red #9B3038

Tints of Guardsman Red #9B3038

Color information

#9B3038 (or 0x9B3038) is unknown color: approx Guardsman Red. HEX triplet: 9B, 30 and 38. RGB value is (155,48,56). Sum of RGB (Red+Green+Blue) = 155+48+56=259 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.85% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3038 is #64CFC7. Grayscale: #505050. Windows color (decimal): -6606792 or 3682459. OLE color: 3682459.

HSL color Cylindrical-coordinate representation of color #9B3038: hue angle of 355.51º 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 #9B3038 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB1554856-
CMYK00.690.640.39
HSL355.51º52.71%39.8%-
HSV(B)355.51º69.03%60.78%-
XYZ15.299.374.74-
YUV80.9113.95180.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 59.85%
GREEN value IS 48 (19.14% from 255) = 18.53%
BLUE value IS 56 (22.27% from 255) = 21.62%
R=59.85%
G=18.53%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155485600.690.640.39355.5152.7139.8
Hex9B303804540271643528
Octal23360700105100475446550
Binary10011011110000111000010001011000000100111101100100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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