#B63406

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

Shades of Rust #B63406

Tints of Rust #B63406

Color information

#B63406 (or 0xB63406) is unknown color: approx Rust. HEX triplet: B6, 34 and 06. RGB value is (182,52,6). Sum of RGB (Red+Green+Blue) = 182+52+6=240 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.83% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 182 - color contains mainly: red. Hex color #B63406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63406 is #49CBF9. Grayscale: #555555. Windows color (decimal): -4836346 or 406710. OLE color: 406710.

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

Color convert

RGB182526-
CMYK00.710.970.29
HSL15.68º93.62%36.86%-
HSV(B)15.68º96.7%71.37%-
XYZ20.5512.411.49-
YUV85.6383.07196.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 75.83%
GREEN value IS 52 (20.70% from 255) = 21.67%
BLUE value IS 6 (2.73% from 255) = 2.5%
R=75.83%
G=21.67%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18252600.710.970.2915.6893.6236.86
HexB6346047611D105e25
Octal2666460107141352013645
Binary1011011011010011001000111110000111101100001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63406; }

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

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

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

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

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

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

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

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