#B93E00

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

Shades of Rust #B93E00

Tints of Rust #B93E00

Color information

#B93E00 (or 0xB93E00) is unknown color: approx Rust. HEX triplet: B9, 3E and 00. RGB value is (185,62,0). Sum of RGB (Red+Green+Blue) = 185+62+0=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93E00 is #46C1FF. Grayscale: #5C5C5C. Windows color (decimal): -4637184 or 16057. OLE color: 16057.

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

Color convert

RGB185620-
CMYK00.6610.27
HSL20.11º100%36.27%-
HSV(B)20.11º100%72.55%-
XYZ21.7313.761.51-
YUV91.7176.25194.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 74.90%
GREEN value IS 62 (24.61% from 255) = 25.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.90%
G=25.10%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18562000.6610.2720.1110036.27
HexB93E0042641B146424
Octal2717600102144332414444
Binary10111001111110001000010110010011011101001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93E00; }

 p { color: rgb(185,62,0); }

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

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

 a { background-color: rgb(185,62,0); }

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

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

 span { border-color: rgb(185,62,0); }

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