#B75412

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

Shades of Rust #B75412

Tints of Rust #B75412

Color information

#B75412 (or 0xB75412) is unknown color: approx Rust. HEX triplet: B7, 54 and 12. RGB value is (183,84,18). Sum of RGB (Red+Green+Blue) = 183+84+18=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B75412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75412 is #48ABED. Grayscale: #6A6A6A. Windows color (decimal): -4762606 or 1201335. OLE color: 1201335.

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

Color convert

RGB1838418-
CMYK00.540.900.28
HSL24º82.09%39.41%-
HSV(B)24º90.16%71.76%-
XYZ22.8116.452.55-
YUV106.0878.3182.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.21%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 18 (7.42% from 255) = 6.32%
R=64.21%
G=29.47%
B=6.32%

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
Decimal183841800.540.900.282482.0939.41
HexB754120365A1C185227
Octal26712422066132343012247
Binary101101111010100100100110110101101011100110001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75412; }

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

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

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

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

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

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

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

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