Html Css Color HEX #BC3C0F Rust

📋 copy color: '#BC3C0F'

red 188 ◦ green 60 ◦ blue 15

#BC3C0F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #BC3C0F

Tints of Rust #BC3C0F

RGB

 RED value IS 188 (73.83% from 255) = 71.48%

 GREEN value IS 60 (23.83% from 255) = 22.81%

 BLUE value IS 15 (6.25% from 255) = 5.7%

R = 71.48%
G = 22.81%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC3C0F (or 0xBC3C0F) is known color: Rust. HEX triplet: BC, 3C and 0F. RGB value is (188,60,15). Sum of RGB (Red+Green+Blue) = 188+60+15=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3C0F is #43C3F0. Grayscale: #5D5D5D. Windows color (decimal): -4441073 or 998588. OLE color: 998588.

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

Color convert

RGB 188 60 15 -
CMYK 0 0.68 0.92 0.26
HSL 15.61º 0.85% 0.4% -
HSV(B) 15.61º 0.92% 0.74% -
XYZ 22.44 13.96 1.96 -
YUV 93.14 83.91 195.66 -
System Red Green Blue C M Y K H S L
Decimal 188 60 15 0 0.68 0.92 0.26 15.61 0.85 0.4
Hex BC 3C F 0 44 5C 1A 10 55 28
Octal 274 74 17 0 104 134 32 20 125 50
Binary 10111100 111100 1111 0 1000100 1011100 11010 10000 1010101 101000

Color Harmonies of #BC3C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3C0F

Black with #BC3C0F

Text Example


Text Example

White with #BC3C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3C0F; }

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

 H1.HeaderClassName
 {
   color: #BC3C0F;
 }
 .AnyTagClassName
 {
   color: #BC3C0F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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