#BC3001

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

Shades of Rust #BC3001

Tints of Rust #BC3001

Color information

#BC3001 (or 0xBC3001) is unknown color: approx Rust. HEX triplet: BC, 30 and 01. RGB value is (188,48,1). Sum of RGB (Red+Green+Blue) = 188+48+1=237 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.32% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3001 is #43CFFE. Grayscale: #545454. Windows color (decimal): -4444159 or 78012. OLE color: 78012.

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

Color convert

RGB188481-
CMYK00.740.990.26
HSL15.08º98.94%37.06%-
HSV(B)15.08º99.47%73.73%-
XYZ21.812.811.35-
YUV84.580.88201.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 79.32%
GREEN value IS 48 (19.14% from 255) = 20.25%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=79.32%
G=20.25%
B=0.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18848100.740.990.2615.0898.9437.06
HexBC30104A631Af6325
Octal2746010112143321714345
Binary1011110011000010100101011000111101011111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3001; }

 p { color: rgb(188,48,1); }

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

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

 a { background-color: rgb(188,48,1); }

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

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

 span { border-color: rgb(188,48,1); }

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