#B93A0F

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

Shades of Rust #B93A0F

Tints of Rust #B93A0F

Color information

#B93A0F (or 0xB93A0F) is unknown color: approx Rust. HEX triplet: B9, 3A and 0F. RGB value is (185,58,15). Sum of RGB (Red+Green+Blue) = 185+58+15=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93A0F is #46C5F0. Grayscale: #5B5B5B. Windows color (decimal): -4638193 or 998073. OLE color: 998073.

HSL color Cylindrical-coordinate representation of color #B93A0F: hue angle of 15.18º degrees, saturation: 0.85, 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 #B93A0F is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB1855815-
CMYK00.690.920.27
HSL15.18º85%39.22%-
HSV(B)15.18º91.89%72.55%-
XYZ21.6113.371.89-
YUV91.0785.08195-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.71%
GREEN value IS 58 (23.05% from 255) = 22.48%
BLUE value IS 15 (6.25% from 255) = 5.81%
R=71.71%
G=22.48%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185581500.690.920.2715.188539.22
HexB93AF0455C1Bf5527
Octal27172170105134331712547
Binary1011100111101011110100010110111001101111111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93A0F; }

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

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

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

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

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

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

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

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