#B6360F

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

Shades of Rust #B6360F

Tints of Rust #B6360F

Color information

#B6360F (or 0xB6360F) is unknown color: approx Rust. HEX triplet: B6, 36 and 0F. RGB value is (182,54,15). Sum of RGB (Red+Green+Blue) = 182+54+15=251 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.51% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 182 - color contains mainly: red. Hex color #B6360F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6360F is #49C9F0. Grayscale: #585858. Windows color (decimal): -4835825 or 997046. OLE color: 997046.

HSL color Cylindrical-coordinate representation of color #B6360F: hue angle of 14.01º 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 #B6360F is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB1825415-
CMYK00.700.920.29
HSL14.01º84.77%38.63%-
HSV(B)14.01º91.76%71.37%-
XYZ20.712.621.8-
YUV87.8386.91195.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 72.51%
GREEN value IS 54 (21.48% from 255) = 21.51%
BLUE value IS 15 (6.25% from 255) = 5.98%
R=72.51%
G=21.51%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182541500.700.920.2914.0184.7738.63
HexB636F0465C1De5527
Octal26666170106134351612547
Binary1011011011011011110100011010111001110111101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6360F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6360F; }

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

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

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

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

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

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

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

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