#B93D04

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

Shades of Rust #B93D04

Tints of Rust #B93D04

Color information

#B93D04 (or 0xB93D04) is unknown color: approx Rust. HEX triplet: B9, 3D and 04. RGB value is (185,61,4). Sum of RGB (Red+Green+Blue) = 185+61+4=250 (33% of max value = 765). Red value is 185 (72.66% from 255 or 74% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93D04 is #46C2FB. Grayscale: #5B5B5B. Windows color (decimal): -4637436 or 277945. OLE color: 277945.

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

Color convert

RGB185614-
CMYK00.670.980.27
HSL18.9º95.77%37.06%-
HSV(B)18.9º97.84%72.55%-
XYZ21.713.661.61-
YUV91.5878.58194.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 74%
GREEN value IS 61 (24.22% from 255) = 24.4%
BLUE value IS 4 (1.95% from 255) = 1.6%
R=74%
G=24.4%
B=1.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18561400.670.980.2718.995.7737.06
HexB93D4043621B136025
Octal2717540103142332314045
Binary1011100111110110001000011110001011011100111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93D04; }

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

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

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

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

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

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

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

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