#B75611

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

Shades of Rust #B75611

Tints of Rust #B75611

Color information

#B75611 (or 0xB75611) is unknown color: approx Rust. HEX triplet: B7, 56 and 11. RGB value is (183,86,17). Sum of RGB (Red+Green+Blue) = 183+86+17=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B75611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75611 is #48A9EE. Grayscale: #6B6B6B. Windows color (decimal): -4762095 or 1136311. OLE color: 1136311.

HSL color Cylindrical-coordinate representation of color #B75611: hue angle of 24.94º 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 #B75611 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB1838617-
CMYK00.530.910.28
HSL24.94º83%39.22%-
HSV(B)24.94º90.71%71.76%-
XYZ22.9616.762.56-
YUV107.1477.14182.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.99%
GREEN value IS 86 (33.98% from 255) = 30.07%
BLUE value IS 17 (7.03% from 255) = 5.94%
R=63.99%
G=30.07%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183861700.530.910.2824.948339.22
HexB756110355B1C195327
Octal26712621065133343112347
Binary101101111010110100010110101101101111100110011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75611; }

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

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

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

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

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

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

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

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