#B0450B

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

Shades of Rust #B0450B

Tints of Rust #B0450B

Color information

#B0450B (or 0xB0450B) is unknown color: approx Rust. HEX triplet: B0, 45 and 0B. RGB value is (176,69,11). Sum of RGB (Red+Green+Blue) = 176+69+11=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B0450B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0450B is #4FBAF4. Grayscale: #5E5E5E. Windows color (decimal): -5225205 or 738736. OLE color: 738736.

HSL color Cylindrical-coordinate representation of color #B0450B: hue angle of 21.09º 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 #B0450B is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB1766911-
CMYK00.610.940.31
HSL21.09º88.24%36.67%-
HSV(B)21.09º93.75%69.02%-
XYZ20.0913.511.87-
YUV94.3880.95186.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 68.75%
GREEN value IS 69 (27.34% from 255) = 26.95%
BLUE value IS 11 (4.69% from 255) = 4.30%
R=68.75%
G=26.95%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176691100.610.940.3121.0988.2436.67
HexB045B03D5E1F155825
Octal26010513075136372513045
Binary10110000100010110110111101101111011111101011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0450B; }

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

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

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

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

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

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

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

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