#B63906

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

Shades of Rust #B63906

Tints of Rust #B63906

Color information

#B63906 (or 0xB63906) is unknown color: approx Rust. HEX triplet: B6, 39 and 06. RGB value is (182,57,6). Sum of RGB (Red+Green+Blue) = 182+57+6=245 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.29% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 182 - color contains mainly: red. Hex color #B63906 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63906 is #49C6F9. Grayscale: #585858. Windows color (decimal): -4835066 or 407990. OLE color: 407990.

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

Color convert

RGB182576-
CMYK00.690.970.29
HSL17.39º93.62%36.86%-
HSV(B)17.39º96.7%71.37%-
XYZ20.7912.881.56-
YUV88.5681.41194.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 74.29%
GREEN value IS 57 (22.66% from 255) = 23.27%
BLUE value IS 6 (2.73% from 255) = 2.45%
R=74.29%
G=23.27%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18257600.690.970.2917.3993.6236.86
HexB6396045611D115e25
Octal2667160105141352113645
Binary1011011011100111001000101110000111101100011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63906; }

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

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

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

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

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

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

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

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