#B6500C

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

Shades of Rust #B6500C

Tints of Rust #B6500C

Color information

#B6500C (or 0xB6500C) is unknown color: approx Rust. HEX triplet: B6, 50 and 0C. RGB value is (182,80,12). Sum of RGB (Red+Green+Blue) = 182+80+12=274 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.42% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 182 - color contains mainly: red. Hex color #B6500C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6500C is #49AFF3. Grayscale: #676767. Windows color (decimal): -4829172 or 807094. OLE color: 807094.

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

Color convert

RGB1828012-
CMYK00.560.930.29
HSL24º87.63%38.04%-
HSV(B)24º93.41%71.37%-
XYZ22.2315.712.21-
YUV102.7576.79184.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 66.42%
GREEN value IS 80 (31.64% from 255) = 29.20%
BLUE value IS 12 (5.08% from 255) = 4.38%
R=66.42%
G=29.20%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182801200.560.930.292487.6338.04
HexB650C0385D1D185826
Octal26612014070135353013046
Binary10110110101000011000111000101110111101110001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6500C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6500C; }

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

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

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

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

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

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

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

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