#9B353A

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

Shades of Guardsman Red #9B353A

Tints of Guardsman Red #9B353A

Color information

#9B353A (or 0x9B353A) is unknown color: approx Guardsman Red. HEX triplet: 9B, 35 and 3A. RGB value is (155,53,58). Sum of RGB (Red+Green+Blue) = 155+53+58=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B353A is #64CAC5. Grayscale: #545454. Windows color (decimal): -6605510 or 3814811. OLE color: 3814811.

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

Color convert

RGB1555358-
CMYK00.660.630.39
HSL357.06º49.04%40.78%-
HSV(B)357.06º65.81%60.78%-
XYZ15.559.825.08-
YUV84.07113.29178.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.27%
GREEN value IS 53 (21.09% from 255) = 19.92%
BLUE value IS 58 (23.05% from 255) = 21.80%
R=58.27%
G=19.92%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155535800.660.630.39357.0649.0440.78
Hex9B353A0423F271653129
Octal2336572010277475456151
Binary1001101111010111101001000010111111100111101100101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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