#B93C04

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

Shades of Rust #B93C04

Tints of Rust #B93C04

Color information

#B93C04 (or 0xB93C04) is unknown color: approx Rust. HEX triplet: B9, 3C and 04. RGB value is (185,60,4). Sum of RGB (Red+Green+Blue) = 185+60+4=249 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.30% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93C04 is #46C3FB. Grayscale: #5B5B5B. Windows color (decimal): -4637692 or 277689. OLE color: 277689.

HSL color Cylindrical-coordinate representation of color #B93C04: hue angle of 18.56º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B93C04 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB185604-
CMYK00.680.980.27
HSL18.56º95.77%37.06%-
HSV(B)18.56º97.84%72.55%-
XYZ21.6513.551.59-
YUV90.9978.91195.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 74.30%
GREEN value IS 60 (23.83% from 255) = 24.10%
BLUE value IS 4 (1.95% from 255) = 1.61%
R=74.30%
G=24.10%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18560400.680.980.2718.5695.7737.06
HexB93C4044621B136025
Octal2717440104142332314045
Binary1011100111110010001000100110001011011100111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93C04; }

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

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

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

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

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

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

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

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