#B6550C

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

Shades of Rust #B6550C

Tints of Rust #B6550C

Color information

#B6550C (or 0xB6550C) is unknown color: approx Rust. HEX triplet: B6, 55 and 0C. RGB value is (182,85,12). Sum of RGB (Red+Green+Blue) = 182+85+12=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B6550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6550C is #49AAF3. Grayscale: #6A6A6A. Windows color (decimal): -4827892 or 808374. OLE color: 808374.

HSL color Cylindrical-coordinate representation of color #B6550C: hue angle of 25.76º degrees, saturation: 0.88, 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 #B6550C is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB1828512-
CMYK00.530.930.29
HSL25.76º87.63%38.04%-
HSV(B)25.76º93.41%71.37%-
XYZ22.6116.472.34-
YUV105.6875.14182.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.23%
GREEN value IS 85 (33.59% from 255) = 30.47%
BLUE value IS 12 (5.08% from 255) = 4.30%
R=65.23%
G=30.47%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182851200.530.930.2925.7687.6338.04
HexB655C0355D1D1a5826
Octal26612514065135353213046
Binary10110110101010111000110101101110111101110101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6550C; }

 p { color: rgb(182,85,12); }

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

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

 a { background-color: rgb(182,85,12); }

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

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

 span { border-color: rgb(182,85,12); }

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