#B93F0E

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

Shades of Rust #B93F0E

Tints of Rust #B93F0E

Color information

#B93F0E (or 0xB93F0E) is unknown color: approx Rust. HEX triplet: B9, 3F and 0E. RGB value is (185,63,14). Sum of RGB (Red+Green+Blue) = 185+63+14=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93F0E is #46C0F1. Grayscale: #5E5E5E. Windows color (decimal): -4636914 or 933817. OLE color: 933817.

HSL color Cylindrical-coordinate representation of color #B93F0E: hue angle of 17.19º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B93F0E is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB1856314-
CMYK00.660.920.27
HSL17.19º85.93%39.02%-
HSV(B)17.19º92.43%72.55%-
XYZ21.8613.91.95-
YUV93.8982.92192.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 70.61%
GREEN value IS 63 (25% from 255) = 24.05%
BLUE value IS 14 (5.86% from 255) = 5.34%
R=70.61%
G=24.05%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185631400.660.920.2717.1985.9339.02
HexB93FE0425C1B115627
Octal27177160102134332112647
Binary10111001111111111001000010101110011011100011010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93F0E; }

 p { color: rgb(185,63,14); }

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

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

 a { background-color: rgb(185,63,14); }

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

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

 span { border-color: rgb(185,63,14); }

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