#B93004

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

Shades of Rust #B93004

Tints of Rust #B93004

Color information

#B93004 (or 0xB93004) is unknown color: approx Rust. HEX triplet: B9, 30 and 04. RGB value is (185,48,4). Sum of RGB (Red+Green+Blue) = 185+48+4=237 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.06% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 185 - color contains mainly: red. Hex color #B93004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93004 is #46CFFB. Grayscale: #545454. Windows color (decimal): -4640764 or 274617. OLE color: 274617.

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

Color convert

RGB185484-
CMYK00.740.980.27
HSL14.59º95.77%37.06%-
HSV(B)14.59º97.84%72.55%-
XYZ21.0912.441.4-
YUV83.9582.89200.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 78.06%
GREEN value IS 48 (19.14% from 255) = 20.25%
BLUE value IS 4 (1.95% from 255) = 1.69%
R=78.06%
G=20.25%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18548400.740.980.2714.5995.7737.06
HexB930404A621Bf6025
Octal2716040112142331714045
Binary101110011100001000100101011000101101111111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93004; }

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

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

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

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

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

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

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

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