#BC350D

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

Shades of Rust #BC350D

Tints of Rust #BC350D

Color information

#BC350D (or 0xBC350D) is unknown color: approx Rust. HEX triplet: BC, 35 and 0D. RGB value is (188,53,13). Sum of RGB (Red+Green+Blue) = 188+53+13=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC350D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC350D is #43CAF2. Grayscale: #595959. Windows color (decimal): -4442867 or 865724. OLE color: 865724.

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

Color convert

RGB1885313-
CMYK00.720.930.26
HSL13.71º87.06%39.41%-
HSV(B)13.71º93.09%73.73%-
XYZ22.0813.271.78-
YUV88.885.23198.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 74.02%
GREEN value IS 53 (21.09% from 255) = 20.87%
BLUE value IS 13 (5.47% from 255) = 5.12%
R=74.02%
G=20.87%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188531300.720.930.2613.7187.0639.41
HexBC35D0485D1Ae5727
Octal27465150110135321612747
Binary1011110011010111010100100010111011101011101010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC350D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC350D; }

 p { color: rgb(188,53,13); }

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

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

 a { background-color: rgb(188,53,13); }

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

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

 span { border-color: rgb(188,53,13); }

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