#B93304

Color #B93304 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #B93304

Tints of Rust #B93304

Color information

#B93304 (or 0xB93304) is unknown color: approx Rust. HEX triplet: B9, 33 and 04. RGB value is (185,51,4). Sum of RGB (Red+Green+Blue) = 185+51+4=240 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.08% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 185 - color contains mainly: red. Hex color #B93304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93304 is #46CCFB. Grayscale: #565656. Windows color (decimal): -4639996 or 275385. OLE color: 275385.

HSL color Cylindrical-coordinate representation of color #B93304: hue angle of 15.58º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B93304 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB185514-
CMYK00.720.980.27
HSL15.58º95.77%37.06%-
HSV(B)15.58º97.84%72.55%-
XYZ21.2112.691.45-
YUV85.7181.89198.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 77.08%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 4 (1.95% from 255) = 1.67%
R=77.08%
G=21.25%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18551400.720.980.2715.5895.7737.06
HexB9334048621B106025
Octal2716340110142332014045
Binary1011100111001110001001000110001011011100001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93304; }

 p { color: rgb(185,51,4); }

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

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

 a { background-color: rgb(185,51,4); }

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

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

 span { border-color: rgb(185,51,4); }

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