#B75115

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

Shades of Rust #B75115

Tints of Rust #B75115

Color information

#B75115 (or 0xB75115) is unknown color: approx Rust. HEX triplet: B7, 51 and 15. RGB value is (183,81,21). Sum of RGB (Red+Green+Blue) = 183+81+21=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B75115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75115 is #48AEEA. Grayscale: #696969. Windows color (decimal): -4763371 or 1397175. OLE color: 1397175.

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

Color convert

RGB1838121-
CMYK00.560.890.28
HSL22.22º79.41%40%-
HSV(B)22.22º88.52%71.76%-
XYZ22.6116.012.61-
YUV104.6680.79183.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.21%
GREEN value IS 81 (32.03% from 255) = 28.42%
BLUE value IS 21 (8.59% from 255) = 7.37%
R=64.21%
G=28.42%
B=7.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183812100.560.890.2822.2279.4140
HexB75115038591C164f28
Octal26712125070131342611750
Binary101101111010001101010111000101100111100101101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75115; }

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

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

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

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

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

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

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

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