#B8510B

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

Shades of Rust #B8510B

Tints of Rust #B8510B

Color information

#B8510B (or 0xB8510B) is unknown color: approx Rust. HEX triplet: B8, 51 and 0B. RGB value is (184,81,11). Sum of RGB (Red+Green+Blue) = 184+81+11=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B8510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8510B is #47AEF4. Grayscale: #686868. Windows color (decimal): -4697845 or 741816. OLE color: 741816.

HSL color Cylindrical-coordinate representation of color #B8510B: hue angle of 24.28º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8510B is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB1848111-
CMYK00.560.940.28
HSL24.28º88.72%38.24%-
HSV(B)24.28º94.02%72.16%-
XYZ22.7716.12.22-
YUV103.8275.62185.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 66.67%
GREEN value IS 81 (32.03% from 255) = 29.35%
BLUE value IS 11 (4.69% from 255) = 3.99%
R=66.67%
G=29.35%
B=3.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184811100.560.940.2824.2888.7238.24
HexB851B0385E1C185926
Octal27012113070136343013146
Binary10111000101000110110111000101111011100110001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8510B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8510B; }

 p { color: rgb(184,81,11); }

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

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

 a { background-color: rgb(184,81,11); }

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

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

 span { border-color: rgb(184,81,11); }

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