#9B333D

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

Shades of Guardsman Red #9B333D

Tints of Guardsman Red #9B333D

Color information

#9B333D (or 0x9B333D) is unknown color: approx Guardsman Red. HEX triplet: 9B, 33 and 3D. RGB value is (155,51,61). Sum of RGB (Red+Green+Blue) = 155+51+61=267 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.05% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 155 - color contains mainly: red. Hex color #9B333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B333D is #64CCC2. Grayscale: #535353. Windows color (decimal): -6606019 or 4010907. OLE color: 4010907.

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

Color convert

RGB1555161-
CMYK00.670.610.39
HSL354.23º50.49%40.39%-
HSV(B)354.23º67.1%60.78%-
XYZ15.549.675.46-
YUV83.24115.46179.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.05%
GREEN value IS 51 (20.31% from 255) = 19.10%
BLUE value IS 61 (24.22% from 255) = 22.85%
R=58.05%
G=19.10%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155516100.670.610.39354.2350.4940.39
Hex9B333D0433D271623228
Octal2336375010375475426250
Binary1001101111001111110101000011111101100111101100010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,51,61); }

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

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

 a { background-color: rgb(155,51,61); }

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

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

 span { border-color: rgb(155,51,61); }

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