#B93912

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

Shades of Rust #B93912

Tints of Rust #B93912

Color information

#B93912 (or 0xB93912) is unknown color: approx Rust. HEX triplet: B9, 39 and 12. RGB value is (185,57,18). Sum of RGB (Red+Green+Blue) = 185+57+18=260 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.15% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 185 - color contains mainly: red. Hex color #B93912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93912 is #46C6ED. Grayscale: #5B5B5B. Windows color (decimal): -4638446 or 1194425. OLE color: 1194425.

HSL color Cylindrical-coordinate representation of color #B93912: hue angle of 14.01º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B93912 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB1855718-
CMYK00.690.900.27
HSL14.01º82.27%39.8%-
HSV(B)14.01º90.27%72.55%-
XYZ21.5813.282-
YUV90.8386.91195.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.15%
GREEN value IS 57 (22.66% from 255) = 21.92%
BLUE value IS 18 (7.42% from 255) = 6.92%
R=71.15%
G=21.92%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185571800.690.900.2714.0182.2739.8
HexB939120455A1Be5228
Octal27171220105132331612250
Binary10111001111001100100100010110110101101111101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93912; }

 p { color: rgb(185,57,18); }

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

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

 a { background-color: rgb(185,57,18); }

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

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

 span { border-color: rgb(185,57,18); }

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