#b75816

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

Shades of Rust #B75816

Tints of Rust #B75816

Color information

#B75816 (or 0xB75816) is unknown color: approx Rust. HEX triplet: B7, 58 and 16. RGB value is (183,88,22). Sum of RGB (Red+Green+Blue) = 183+88+22=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B75816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75816 is #48A7E9. Grayscale: #6D6D6D. Windows color (decimal): -4761578 or 1464503. OLE color: 1464503.

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

Color convert

RGB1838822-
CMYK00.520.880.28
HSL24.6º78.54%40.2%-
HSV(B)24.6º87.98%71.76%-
XYZ23.1617.12.84-
YUV108.8878.97180.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.46%
GREEN value IS 88 (34.77% from 255) = 30.03%
BLUE value IS 22 (8.98% from 255) = 7.51%
R=62.46%
G=30.03%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183882200.520.880.2824.678.5440.2
HexB75816034581C194f28
Octal26713026064130343111750
Binary101101111011000101100110100101100011100110011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b75816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b75816; }

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

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

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

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

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

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

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

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