#BC510A

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

Shades of Rust #BC510A

Tints of Rust #BC510A

Color information

#BC510A (or 0xBC510A) is unknown color: approx Rust. HEX triplet: BC, 51 and 0A. RGB value is (188,81,10). Sum of RGB (Red+Green+Blue) = 188+81+10=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC510A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC510A is #43AEF5. Grayscale: #696969. Windows color (decimal): -4435702 or 676284. OLE color: 676284.

HSL color Cylindrical-coordinate representation of color #BC510A: hue angle of 23.93º 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 #BC510A is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB1888110-
CMYK00.570.950.26
HSL23.93º89.9%38.82%-
HSV(B)23.93º94.68%73.73%-
XYZ23.7416.62.24-
YUV104.974.45187.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 67.38%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 10 (4.30% from 255) = 3.58%
R=67.38%
G=29.03%
B=3.58%

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
Decimal188811000.570.950.2623.9389.938.82
HexBC51A0395F1A185a27
Octal27412112071137323013247
Binary10111100101000110100111001101111111010110001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC510A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC510A; }

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

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

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

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

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

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

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

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