#B93A14

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

Shades of Rust #B93A14

Tints of Rust #B93A14

Color information

#B93A14 (or 0xB93A14) is unknown color: approx Rust. HEX triplet: B9, 3A and 14. RGB value is (185,58,20). Sum of RGB (Red+Green+Blue) = 185+58+20=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93A14 is #46C5EB. Grayscale: #5B5B5B. Windows color (decimal): -4638188 or 1325753. OLE color: 1325753.

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

Color convert

RGB1855820-
CMYK00.690.890.27
HSL13.82º80.49%40.2%-
HSV(B)13.82º89.19%72.55%-
XYZ21.6513.392.11-
YUV91.6487.58194.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 70.34%
GREEN value IS 58 (23.05% from 255) = 22.05%
BLUE value IS 20 (8.20% from 255) = 7.60%
R=70.34%
G=22.05%
B=7.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185582000.690.890.2713.8280.4940.2
HexB93A14045591Be5028
Octal27172240105131331612050
Binary10111001111010101000100010110110011101111101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93A14; }

 p { color: rgb(185,58,20); }

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

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

 a { background-color: rgb(185,58,20); }

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

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

 span { border-color: rgb(185,58,20); }

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