#B6390F

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

Shades of Rust #B6390F

Tints of Rust #B6390F

Color information

#B6390F (or 0xB6390F) is unknown color: approx Rust. HEX triplet: B6, 39 and 0F. RGB value is (182,57,15). Sum of RGB (Red+Green+Blue) = 182+57+15=254 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.65% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 182 - color contains mainly: red. Hex color #B6390F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6390F is #49C6F0. Grayscale: #595959. Windows color (decimal): -4835057 or 997814. OLE color: 997814.

HSL color Cylindrical-coordinate representation of color #B6390F: hue angle of 15.09º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B6390F is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB1825715-
CMYK00.690.920.29
HSL15.09º84.77%38.63%-
HSV(B)15.09º91.76%71.37%-
XYZ20.8412.911.84-
YUV89.5985.91193.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 71.65%
GREEN value IS 57 (22.66% from 255) = 22.44%
BLUE value IS 15 (6.25% from 255) = 5.91%
R=71.65%
G=22.44%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182571500.690.920.2915.0984.7738.63
HexB639F0455C1Df5527
Octal26671170105134351712547
Binary1011011011100111110100010110111001110111111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6390F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6390F; }

 p { color: rgb(182,57,15); }

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

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

 a { background-color: rgb(182,57,15); }

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

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

 span { border-color: rgb(182,57,15); }

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