#BC430F

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

Shades of Rust #BC430F

Tints of Rust #BC430F

Color information

#BC430F (or 0xBC430F) is unknown color: approx Rust. HEX triplet: BC, 43 and 0F. RGB value is (188,67,15). Sum of RGB (Red+Green+Blue) = 188+67+15=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC430F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC430F is #43BCF0. Grayscale: #616161. Windows color (decimal): -4439281 or 1000380. OLE color: 1000380.

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

Color convert

RGB1886715-
CMYK00.640.920.26
HSL18.03º85.22%39.8%-
HSV(B)18.03º92.02%73.73%-
XYZ22.8314.742.09-
YUV97.2581.59192.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 69.63%
GREEN value IS 67 (26.56% from 255) = 24.81%
BLUE value IS 15 (6.25% from 255) = 5.56%
R=69.63%
G=24.81%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188671500.640.920.2618.0385.2239.8
HexBC43F0405C1A125528
Octal274103170100134322212550
Binary101111001000011111101000000101110011010100101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC430F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC430F; }

 p { color: rgb(188,67,15); }

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

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

 a { background-color: rgb(188,67,15); }

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

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

 span { border-color: rgb(188,67,15); }

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