#b75116

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

Shades of Rust #B75116

Tints of Rust #B75116

Color information

#B75116 (or 0xB75116) is unknown color: approx Rust. HEX triplet: B7, 51 and 16. RGB value is (183,81,22). Sum of RGB (Red+Green+Blue) = 183+81+22=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B75116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75116 is #48AEE9. Grayscale: #696969. Windows color (decimal): -4763370 or 1462711. OLE color: 1462711.

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

Color convert

RGB1838122-
CMYK00.560.880.28
HSL21.99º78.54%40.2%-
HSV(B)21.99º87.98%71.76%-
XYZ22.6216.012.66-
YUV104.7781.29183.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.99%
GREEN value IS 81 (32.03% from 255) = 28.32%
BLUE value IS 22 (8.98% from 255) = 7.69%
R=63.99%
G=28.32%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183812200.560.880.2821.9978.5440.2
HexB75116038581C164f28
Octal26712126070130342611750
Binary101101111010001101100111000101100011100101101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b75116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b75116; }

 p { color: rgb(183,81,22); }

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

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

 a { background-color: rgb(183,81,22); }

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

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

 span { border-color: rgb(183,81,22); }

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