#B0330D

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

Shades of Rust #B0330D

Tints of Rust #B0330D

Color information

#B0330D (or 0xB0330D) is unknown color: approx Rust. HEX triplet: B0, 33 and 0D. RGB value is (176,51,13). Sum of RGB (Red+Green+Blue) = 176+51+13=240 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.33% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 176 - color contains mainly: red. Hex color #B0330D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0330D is #4FCCF2. Grayscale: #545454. Windows color (decimal): -5229811 or 865200. OLE color: 865200.

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

Color convert

RGB1765113-
CMYK00.710.930.31
HSL13.99º86.24%37.06%-
HSV(B)13.99º92.61%69.02%-
XYZ19.1611.631.62-
YUV84.0487.91193.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 73.33%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 13 (5.47% from 255) = 5.42%
R=73.33%
G=21.25%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176511300.710.930.3113.9986.2437.06
HexB033D0475D1Fe5625
Octal26063150107135371612645
Binary1011000011001111010100011110111011111111101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0330D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0330D; }

 p { color: rgb(176,51,13); }

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

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

 a { background-color: rgb(176,51,13); }

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

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

 span { border-color: rgb(176,51,13); }

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