#B6360D

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

Shades of Rust #B6360D

Tints of Rust #B6360D

Color information

#B6360D (or 0xB6360D) is unknown color: approx Rust. HEX triplet: B6, 36 and 0D. RGB value is (182,54,13). Sum of RGB (Red+Green+Blue) = 182+54+13=249 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.09% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 182 - color contains mainly: red. Hex color #B6360D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6360D is #49C9F2. Grayscale: #575757. Windows color (decimal): -4835827 or 865974. OLE color: 865974.

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

Color convert

RGB1825413-
CMYK00.700.930.29
HSL14.56º86.67%38.24%-
HSV(B)14.56º92.86%71.37%-
XYZ20.6812.611.73-
YUV87.685.91195.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 73.09%
GREEN value IS 54 (21.48% from 255) = 21.69%
BLUE value IS 13 (5.47% from 255) = 5.22%
R=73.09%
G=21.69%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182541300.700.930.2914.5686.6738.24
HexB636D0465D1Df5726
Octal26666150106135351712746
Binary1011011011011011010100011010111011110111111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6360D; }

 p { color: rgb(182,54,13); }

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

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

 a { background-color: rgb(182,54,13); }

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

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

 span { border-color: rgb(182,54,13); }

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