#B7461E

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

Shades of Rust #B7461E

Tints of Rust #B7461E

Color information

#B7461E (or 0xB7461E) is unknown color: approx Rust. HEX triplet: B7, 46 and 1E. RGB value is (183,70,30). Sum of RGB (Red+Green+Blue) = 183+70+30=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B7461E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7461E is #48B9E1. Grayscale: #636363. Windows color (decimal): -4766178 or 1984183. OLE color: 1984183.

HSL color Cylindrical-coordinate representation of color #B7461E: hue angle of 15.69º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7461E is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB1837030-
CMYK00.620.840.28
HSL15.69º71.83%41.76%-
HSV(B)15.69º83.61%71.76%-
XYZ21.9514.542.88-
YUV99.2388.94187.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.66%
GREEN value IS 70 (27.73% from 255) = 24.73%
BLUE value IS 30 (12.11% from 255) = 10.60%
R=64.66%
G=24.73%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183703000.620.840.2815.6971.8341.76
HexB7461E03E541C10482a
Octal26710636076124342011052
Binary101101111000110111100111110101010011100100001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7461E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7461E; }

 p { color: rgb(183,70,30); }

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

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

 a { background-color: rgb(183,70,30); }

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

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

 span { border-color: rgb(183,70,30); }

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