Html Css Color HEX #BC3F11 Rust

📋 copy color: '#BC3F11'

red 188 ◦ green 63 ◦ blue 17

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

Shades of Rust #BC3F11

Tints of Rust #BC3F11

RGB

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

 GREEN value IS 63 (25% from 255) = 23.51%

 BLUE value IS 17 (7.03% from 255) = 6.34%

R = 70.15%
G = 23.51%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC3F11 (or 0xBC3F11) is known color: Rust. HEX triplet: BC, 3F and 11. RGB value is (188,63,17). Sum of RGB (Red+Green+Blue) = 188+63+17=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3F11 is #43C0EE. Grayscale: #5F5F5F. Windows color (decimal): -4440303 or 1130428. OLE color: 1130428.

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

Color convert

RGB 188 63 17 -
CMYK 0 0.66 0.91 0.26
HSL 16.14º 0.83% 0.4% -
HSV(B) 16.14º 0.91% 0.74% -
XYZ 22.62 14.29 2.1 -
YUV 95.13 83.91 194.24 -
System Red Green Blue C M Y K H S L
Decimal 188 63 17 0 0.66 0.91 0.26 16.14 0.83 0.4
Hex BC 3F 11 0 42 5B 1A 10 53 28
Octal 274 77 21 0 102 133 32 20 123 50
Binary 10111100 111111 10001 0 1000010 1011011 11010 10000 1010011 101000

Color Harmonies of #BC3F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3F11

Black with #BC3F11

Text Example


Text Example

White with #BC3F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3F11; }

 p { color: rgb(188,63,17); }

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

background-color css

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

 a { background-color: rgb(188,63,17); }

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

border-color css

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

 span { border-color: rgb(188,63,17); }

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