#B93D00

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

Shades of Rust #B93D00

Tints of Rust #B93D00

Color information

#B93D00 (or 0xB93D00) is unknown color: approx Rust. HEX triplet: B9, 3D and 00. RGB value is (185,61,0). Sum of RGB (Red+Green+Blue) = 185+61+0=246 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.20% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93D00 is #46C2FF. Grayscale: #5B5B5B. Windows color (decimal): -4637440 or 15801. OLE color: 15801.

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

Color convert

RGB185610-
CMYK00.6710.27
HSL19.78º100%36.27%-
HSV(B)19.78º100%72.55%-
XYZ21.6813.651.49-
YUV91.1276.58194.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 75.20%
GREEN value IS 61 (24.22% from 255) = 24.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.20%
G=24.80%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18561000.6710.2719.7810036.27
HexB93D0043641B146424
Octal2717500103144332414444
Binary10111001111101001000011110010011011101001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93D00; }

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

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

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

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

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

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

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

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