#B93B00

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

Shades of Rust #B93B00

Tints of Rust #B93B00

Color information

#B93B00 (or 0xB93B00) is unknown color: approx Rust. HEX triplet: B9, 3B and 00. RGB value is (185,59,0). Sum of RGB (Red+Green+Blue) = 185+59+0=244 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.82% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93B00 is #46C4FF. Grayscale: #5A5A5A. Windows color (decimal): -4637952 or 15289. OLE color: 15289.

HSL color Cylindrical-coordinate representation of color #B93B00: hue angle of 19.14º 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 #B93B00 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB185590-
CMYK00.6810.27
HSL19.14º100%36.27%-
HSV(B)19.14º100%72.55%-
XYZ21.5713.441.46-
YUV89.9577.24195.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 75.82%
GREEN value IS 59 (23.44% from 255) = 24.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.82%
G=24.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18559000.6810.2719.1410036.27
HexB93B0044641B136424
Octal2717300104144332314444
Binary10111001111011001000100110010011011100111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93B00; }

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

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

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

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

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

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

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

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