#B75811

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

Shades of Rust #B75811

Tints of Rust #B75811

Color information

#B75811 (or 0xB75811) is unknown color: approx Rust. HEX triplet: B7, 58 and 11. RGB value is (183,88,17). Sum of RGB (Red+Green+Blue) = 183+88+17=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B75811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75811 is #48A7EE. Grayscale: #6C6C6C. Windows color (decimal): -4761583 or 1136823. OLE color: 1136823.

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

Color convert

RGB1838817-
CMYK00.520.910.28
HSL25.66º83%39.22%-
HSV(B)25.66º90.71%71.76%-
XYZ23.1217.092.61-
YUV108.3176.47181.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.54%
GREEN value IS 88 (34.77% from 255) = 30.56%
BLUE value IS 17 (7.03% from 255) = 5.90%
R=63.54%
G=30.56%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183881700.520.910.2825.668339.22
HexB758110345B1C1a5327
Octal26713021064133343212347
Binary101101111011000100010110100101101111100110101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75811; }

 p { color: rgb(183,88,17); }

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

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

 a { background-color: rgb(183,88,17); }

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

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

 span { border-color: rgb(183,88,17); }

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