#B6500B

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

Shades of Rust #B6500B

Tints of Rust #B6500B

Color information

#B6500B (or 0xB6500B) is unknown color: approx Rust. HEX triplet: B6, 50 and 0B. RGB value is (182,80,11). Sum of RGB (Red+Green+Blue) = 182+80+11=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B6500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6500B is #49AFF4. Grayscale: #676767. Windows color (decimal): -4829173 or 741558. OLE color: 741558.

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

Color convert

RGB1828011-
CMYK00.560.940.29
HSL24.21º88.6%37.84%-
HSV(B)24.21º93.96%71.37%-
XYZ22.2215.712.18-
YUV102.6376.29184.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 66.67%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 11 (4.69% from 255) = 4.03%
R=66.67%
G=29.30%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182801100.560.940.2924.2188.637.84
HexB650B0385E1D185926
Octal26612013070136353013146
Binary10110110101000010110111000101111011101110001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6500B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6500B; }

 p { color: rgb(182,80,11); }

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

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

 a { background-color: rgb(182,80,11); }

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

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

 span { border-color: rgb(182,80,11); }

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