#B75416

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

Shades of Rust #B75416

Tints of Rust #B75416

Color information

#B75416 (or 0xB75416) is unknown color: approx Rust. HEX triplet: B7, 54 and 16. RGB value is (183,84,22). Sum of RGB (Red+Green+Blue) = 183+84+22=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B75416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75416 is #48ABE9. Grayscale: #6A6A6A. Windows color (decimal): -4762602 or 1463479. OLE color: 1463479.

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

Color convert

RGB1838422-
CMYK00.540.880.28
HSL23.11º78.54%40.2%-
HSV(B)23.11º87.98%71.76%-
XYZ22.8416.472.73-
YUV106.5380.3182.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.32%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 22 (8.98% from 255) = 7.61%
R=63.32%
G=29.07%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183842200.540.880.2823.1178.5440.2
HexB75416036581C174f28
Octal26712426066130342711750
Binary101101111010100101100110110101100011100101111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75416; }

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

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

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

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

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

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

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

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