#B93C00

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

Shades of Rust #B93C00

Tints of Rust #B93C00

Color information

#B93C00 (or 0xB93C00) is unknown color: approx Rust. HEX triplet: B9, 3C and 00. RGB value is (185,60,0). Sum of RGB (Red+Green+Blue) = 185+60+0=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93C00 is #46C3FF. Grayscale: #5A5A5A. Windows color (decimal): -4637696 or 15545. OLE color: 15545.

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

Color convert

RGB185600-
CMYK00.6810.27
HSL19.46º100%36.27%-
HSV(B)19.46º100%72.55%-
XYZ21.6213.551.47-
YUV90.5476.91195.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 75.51%
GREEN value IS 60 (23.83% from 255) = 24.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.51%
G=24.49%
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
Decimal18560000.6810.2719.4610036.27
HexB93C0044641B136424
Octal2717400104144332314444
Binary10111001111100001000100110010011011100111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93C00; }

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

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

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

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

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

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

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

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