#B7540B

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

Shades of Rust #B7540B

Tints of Rust #B7540B

Color information

#B7540B (or 0xB7540B) is unknown color: approx Rust. HEX triplet: B7, 54 and 0B. RGB value is (183,84,11). Sum of RGB (Red+Green+Blue) = 183+84+11=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B7540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7540B is #48ABF4. Grayscale: #696969. Windows color (decimal): -4762613 or 742583. OLE color: 742583.

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

Color convert

RGB1838411-
CMYK00.540.940.28
HSL25.47º88.66%38.04%-
HSV(B)25.47º93.99%71.76%-
XYZ22.7616.432.29-
YUV105.2874.8183.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.83%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 11 (4.69% from 255) = 3.96%
R=65.83%
G=30.22%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183841100.540.940.2825.4788.6638.04
HexB754B0365E1C195926
Octal26712413066136343113146
Binary10110111101010010110110110101111011100110011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7540B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7540B; }

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

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

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

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

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

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

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

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