#B75419

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

Shades of Rust #B75419

Tints of Rust #B75419

Color information

#B75419 (or 0xB75419) is unknown color: approx Rust. HEX triplet: B7, 54 and 19. RGB value is (183,84,25). Sum of RGB (Red+Green+Blue) = 183+84+25=292 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.67% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 183 - color contains mainly: red. Hex color #B75419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75419 is #48ABE6. Grayscale: #6B6B6B. Windows color (decimal): -4762599 or 1660087. OLE color: 1660087.

HSL color Cylindrical-coordinate representation of color #B75419: hue angle of 22.41º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B75419 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB1838425-
CMYK00.540.860.28
HSL22.41º75.96%40.78%-
HSV(B)22.41º86.34%71.76%-
XYZ22.8716.482.89-
YUV106.8881.8182.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.67%
GREEN value IS 84 (33.20% from 255) = 28.77%
BLUE value IS 25 (10.16% from 255) = 8.56%
R=62.67%
G=28.77%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183842500.540.860.2822.4175.9640.78
HexB75419036561C164c29
Octal26712431066126342611451
Binary101101111010100110010110110101011011100101101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75419; }

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

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

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

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

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

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

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

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