#B6380F

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

Shades of Rust #B6380F

Tints of Rust #B6380F

Color information

#B6380F (or 0xB6380F) is unknown color: approx Rust. HEX triplet: B6, 38 and 0F. RGB value is (182,56,15). Sum of RGB (Red+Green+Blue) = 182+56+15=253 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.94% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 182 - color contains mainly: red. Hex color #B6380F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6380F is #49C7F0. Grayscale: #595959. Windows color (decimal): -4835313 or 997558. OLE color: 997558.

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

Color convert

RGB1825615-
CMYK00.690.920.29
HSL14.73º84.77%38.63%-
HSV(B)14.73º91.76%71.37%-
XYZ20.7912.811.83-
YUV8986.24194.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 71.94%
GREEN value IS 56 (22.27% from 255) = 22.13%
BLUE value IS 15 (6.25% from 255) = 5.93%
R=71.94%
G=22.13%
B=5.93%

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
Decimal182561500.690.920.2914.7384.7738.63
HexB638F0455C1Df5527
Octal26670170105134351712547
Binary1011011011100011110100010110111001110111111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6380F; }

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

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

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

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

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

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

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

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