#B0580B

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

Shades of Rust #B0580B

Tints of Rust #B0580B

Color information

#B0580B (or 0xB0580B) is unknown color: approx Rust. HEX triplet: B0, 58 and 0B. RGB value is (176,88,11). Sum of RGB (Red+Green+Blue) = 176+88+11=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B0580B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0580B is #4FA7F4. Grayscale: #696969. Windows color (decimal): -5220341 or 743600. OLE color: 743600.

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

Color convert

RGB1768811-
CMYK00.500.940.31
HSL28º88.24%36.67%-
HSV(B)28º93.75%69.02%-
XYZ21.4516.232.32-
YUV105.5374.65178.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 64%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 11 (4.69% from 255) = 4%
R=64%
G=32%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176881100.500.940.312888.2436.67
HexB058B0325E1F1c5825
Octal26013013062136373413045
Binary10110000101100010110110010101111011111111001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0580B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0580B; }

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

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

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

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

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

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

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

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