#BC411E

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

Shades of Rust #BC411E

Tints of Rust #BC411E

Color information

#BC411E (or 0xBC411E) is unknown color: approx Rust. HEX triplet: BC, 41 and 1E. RGB value is (188,65,30). Sum of RGB (Red+Green+Blue) = 188+65+30=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC411E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC411E is #43BEE1. Grayscale: #626262. Windows color (decimal): -4439778 or 1982908. OLE color: 1982908.

HSL color Cylindrical-coordinate representation of color #BC411E: hue angle of 13.29º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC411E is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB1886530-
CMYK00.650.840.26
HSL13.29º72.48%42.75%-
HSV(B)13.29º84.04%73.73%-
XYZ22.8614.572.83-
YUV97.7989.75192.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 66.43%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 30 (12.11% from 255) = 10.60%
R=66.43%
G=22.97%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188653000.650.840.2613.2972.4842.75
HexBC411E041541Ad482b
Octal274101360101124321511053
Binary101111001000001111100100000110101001101011011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC411E; }

 p { color: rgb(188,65,30); }

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

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

 a { background-color: rgb(188,65,30); }

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

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

 span { border-color: rgb(188,65,30); }

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