#B75413

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

Shades of Rust #B75413

Tints of Rust #B75413

Color information

#B75413 (or 0xB75413) is unknown color: approx Rust. HEX triplet: B7, 54 and 13. RGB value is (183,84,19). Sum of RGB (Red+Green+Blue) = 183+84+19=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B75413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75413 is #48ABEC. Grayscale: #6A6A6A. Windows color (decimal): -4762605 or 1266871. OLE color: 1266871.

HSL color Cylindrical-coordinate representation of color #B75413: hue angle of 23.78º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B75413 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB1838419-
CMYK00.540.900.28
HSL23.78º81.19%39.61%-
HSV(B)23.78º89.62%71.76%-
XYZ22.8216.452.59-
YUV106.1978.8182.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.99%
GREEN value IS 84 (33.20% from 255) = 29.37%
BLUE value IS 19 (7.81% from 255) = 6.64%
R=63.99%
G=29.37%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183841900.540.900.2823.7881.1939.61
HexB754130365A1C185128
Octal26712423066132343012150
Binary101101111010100100110110110101101011100110001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75413; }

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

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

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

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

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

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

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

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