#BC3400

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

Shades of Rust #BC3400

Tints of Rust #BC3400

Color information

#BC3400 (or 0xBC3400) is unknown color: approx Rust. HEX triplet: BC, 34 and 00. RGB value is (188,52,0). Sum of RGB (Red+Green+Blue) = 188+52+0=240 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.33% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3400 is #43CBFF. Grayscale: #575757. Windows color (decimal): -4443136 or 13500. OLE color: 13500.

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

Color convert

RGB188520-
CMYK00.7210.26
HSL16.6º100%36.86%-
HSV(B)16.6º100%73.73%-
XYZ21.9713.151.38-
YUV86.7479.06200.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 78.33%
GREEN value IS 52 (20.70% from 255) = 21.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.33%
G=21.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18852000.7210.2616.610036.86
HexBC340048641A116425
Octal2746400110144322114445
Binary10111100110100001001000110010011010100011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3400; }

 p { color: rgb(188,52,0); }

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

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

 a { background-color: rgb(188,52,0); }

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

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

 span { border-color: rgb(188,52,0); }

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