#B75713

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

Shades of Rust #B75713

Tints of Rust #B75713

Color information

#B75713 (or 0xB75713) is unknown color: approx Rust. HEX triplet: B7, 57 and 13. RGB value is (183,87,19). Sum of RGB (Red+Green+Blue) = 183+87+19=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B75713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75713 is #48A8EC. Grayscale: #6C6C6C. Windows color (decimal): -4761837 or 1267639. OLE color: 1267639.

HSL color Cylindrical-coordinate representation of color #B75713: hue angle of 24.88º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B75713 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB1838719-
CMYK00.520.900.28
HSL24.88º81.19%39.61%-
HSV(B)24.88º89.62%71.76%-
XYZ23.0516.932.67-
YUV107.9577.8181.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.32%
GREEN value IS 87 (34.38% from 255) = 30.10%
BLUE value IS 19 (7.81% from 255) = 6.57%
R=63.32%
G=30.10%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183871900.520.900.2824.8881.1939.61
HexB757130345A1C195128
Octal26712723064132343112150
Binary101101111010111100110110100101101011100110011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75713; }

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

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

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

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

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

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

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

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