#B8560C

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

Shades of Rust #B8560C

Tints of Rust #B8560C

Color information

#B8560C (or 0xB8560C) is unknown color: approx Rust. HEX triplet: B8, 56 and 0C. RGB value is (184,86,12). Sum of RGB (Red+Green+Blue) = 184+86+12=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B8560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8560C is #47A9F3. Grayscale: #6B6B6B. Windows color (decimal): -4696564 or 808632. OLE color: 808632.

HSL color Cylindrical-coordinate representation of color #B8560C: hue angle of 25.81º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8560C is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB1848612-
CMYK00.530.930.28
HSL25.81º87.76%38.43%-
HSV(B)25.81º93.48%72.16%-
XYZ23.1616.872.38-
YUV106.8774.47183.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 65.25%
GREEN value IS 86 (33.98% from 255) = 30.50%
BLUE value IS 12 (5.08% from 255) = 4.26%
R=65.25%
G=30.50%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184861200.530.930.2825.8187.7638.43
HexB856C0355D1C1a5826
Octal27012614065135343213046
Binary10111000101011011000110101101110111100110101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8560C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8560C; }

 p { color: rgb(184,86,12); }

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

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

 a { background-color: rgb(184,86,12); }

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

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

 span { border-color: rgb(184,86,12); }

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