#B75711

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

Shades of Rust #B75711

Tints of Rust #B75711

Color information

#B75711 (or 0xB75711) is unknown color: approx Rust. HEX triplet: B7, 57 and 11. RGB value is (183,87,17). Sum of RGB (Red+Green+Blue) = 183+87+17=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B75711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75711 is #48A8EE. Grayscale: #6C6C6C. Windows color (decimal): -4761839 or 1136567. OLE color: 1136567.

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

Color convert

RGB1838717-
CMYK00.520.910.28
HSL25.3º83%39.22%-
HSV(B)25.3º90.71%71.76%-
XYZ23.0416.922.58-
YUV107.7276.8181.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.76%
GREEN value IS 87 (34.38% from 255) = 30.31%
BLUE value IS 17 (7.03% from 255) = 5.92%
R=63.76%
G=30.31%
B=5.92%

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
Decimal183871700.520.910.2825.38339.22
HexB757110345B1C195327
Octal26712721064133343112347
Binary101101111010111100010110100101101111100110011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75711; }

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

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

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

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

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

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

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

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