#BC500A

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

Shades of Rust #BC500A

Tints of Rust #BC500A

Color information

#BC500A (or 0xBC500A) is unknown color: approx Rust. HEX triplet: BC, 50 and 0A. RGB value is (188,80,10). Sum of RGB (Red+Green+Blue) = 188+80+10=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC500A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC500A is #43AFF5. Grayscale: #686868. Windows color (decimal): -4435958 or 676028. OLE color: 676028.

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

Color convert

RGB1888010-
CMYK00.570.950.26
HSL23.6º89.9%38.82%-
HSV(B)23.6º94.68%73.73%-
XYZ23.6616.452.22-
YUV104.3174.78187.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 67.63%
GREEN value IS 80 (31.64% from 255) = 28.78%
BLUE value IS 10 (4.30% from 255) = 3.60%
R=67.63%
G=28.78%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188801000.570.950.2623.689.938.82
HexBC50A0395F1A185a27
Octal27412012071137323013247
Binary10111100101000010100111001101111111010110001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC500A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC500A; }

 p { color: rgb(188,80,10); }

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

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

 a { background-color: rgb(188,80,10); }

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

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

 span { border-color: rgb(188,80,10); }

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