#B0340B

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

Shades of Rust #B0340B

Tints of Rust #B0340B

Color information

#B0340B (or 0xB0340B) is unknown color: approx Rust. HEX triplet: B0, 34 and 0B. RGB value is (176,52,11). Sum of RGB (Red+Green+Blue) = 176+52+11=239 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.64% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 176 - color contains mainly: red. Hex color #B0340B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0340B is #4FCBF4. Grayscale: #545454. Windows color (decimal): -5229557 or 734384. OLE color: 734384.

HSL color Cylindrical-coordinate representation of color #B0340B: hue angle of 14.91º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0340B is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB1765211-
CMYK00.700.940.31
HSL14.91º88.24%36.67%-
HSV(B)14.91º93.75%69.02%-
XYZ19.1911.711.57-
YUV84.486.58193.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 73.64%
GREEN value IS 52 (20.70% from 255) = 21.76%
BLUE value IS 11 (4.69% from 255) = 4.60%
R=73.64%
G=21.76%
B=4.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176521100.700.940.3114.9188.2436.67
HexB034B0465E1Ff5825
Octal26064130106136371713045
Binary1011000011010010110100011010111101111111111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0340B; }

 p { color: rgb(176,52,11); }

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

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

 a { background-color: rgb(176,52,11); }

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

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

 span { border-color: rgb(176,52,11); }

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