#BC4816

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

Shades of Rust #BC4816

Tints of Rust #BC4816

Color information

#BC4816 (or 0xBC4816) is unknown color: approx Rust. HEX triplet: BC, 48 and 16. RGB value is (188,72,22). Sum of RGB (Red+Green+Blue) = 188+72+22=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4816 is #43B7E9. Grayscale: #656565. Windows color (decimal): -4437994 or 1460412. OLE color: 1460412.

HSL color Cylindrical-coordinate representation of color #BC4816: hue angle of 18.07º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC4816 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB1887222-
CMYK00.620.880.26
HSL18.07º79.05%41.18%-
HSV(B)18.07º88.3%73.73%-
XYZ23.215.382.51-
YUV100.9883.43190.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 66.67%
GREEN value IS 72 (28.52% from 255) = 25.53%
BLUE value IS 22 (8.98% from 255) = 7.80%
R=66.67%
G=25.53%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188722200.620.880.2618.0779.0541.18
HexBC481603E581A124f29
Octal27411026076130322211751
Binary101111001001000101100111110101100011010100101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4816; }

 p { color: rgb(188,72,22); }

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

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

 a { background-color: rgb(188,72,22); }

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

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

 span { border-color: rgb(188,72,22); }

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