#B8510D

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

Shades of Rust #B8510D

Tints of Rust #B8510D

Color information

#B8510D (or 0xB8510D) is unknown color: approx Rust. HEX triplet: B8, 51 and 0D. RGB value is (184,81,13). Sum of RGB (Red+Green+Blue) = 184+81+13=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B8510D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8510D is #47AEF2. Grayscale: #686868. Windows color (decimal): -4697843 or 872888. OLE color: 872888.

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

Color convert

RGB1848113-
CMYK00.560.930.28
HSL23.86º86.8%38.63%-
HSV(B)23.86º92.93%72.16%-
XYZ22.7816.12.29-
YUV104.0476.62185.03-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 66.19%
GREEN value IS 81 (32.03% from 255) = 29.14%
BLUE value IS 13 (5.47% from 255) = 4.68%
R=66.19%
G=29.14%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184811300.560.930.2823.8686.838.63
HexB851D0385D1C185727
Octal27012115070135343012747
Binary10111000101000111010111000101110111100110001010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8510D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8510D; }

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

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

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

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

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

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

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

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