#B93204

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

Shades of Rust #B93204

Tints of Rust #B93204

Color information

#B93204 (or 0xB93204) is unknown color: approx Rust. HEX triplet: B9, 32 and 04. RGB value is (185,50,4). Sum of RGB (Red+Green+Blue) = 185+50+4=239 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.41% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 185 - color contains mainly: red. Hex color #B93204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93204 is #46CDFB. Grayscale: #555555. Windows color (decimal): -4640252 or 275129. OLE color: 275129.

HSL color Cylindrical-coordinate representation of color #B93204: hue angle of 15.25º 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 #B93204 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB185504-
CMYK00.730.980.27
HSL15.25º95.77%37.06%-
HSV(B)15.25º97.84%72.55%-
XYZ21.1712.61.43-
YUV85.1282.23199.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 77.41%
GREEN value IS 50 (19.92% from 255) = 20.92%
BLUE value IS 4 (1.95% from 255) = 1.67%
R=77.41%
G=20.92%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18550400.730.980.2715.2595.7737.06
HexB9324049621Bf6025
Octal2716240111142331714045
Binary101110011100101000100100111000101101111111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93204; }

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

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

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

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

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

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

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

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