Html Css Color HEX #BC4E11 Rust

📋 copy color: '#BC4E11'

red 188 ◦ green 78 ◦ blue 17

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

Shades of Rust #BC4E11

Tints of Rust #BC4E11

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.56%

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

R = 66.43%
G = 27.56%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC4E11 (or 0xBC4E11) is known color: Rust. HEX triplet: BC, 4E and 11. RGB value is (188,78,17). Sum of RGB (Red+Green+Blue) = 188+78+17=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4E11 is #43B1EE. Grayscale: #686868. Windows color (decimal): -4436463 or 1134268. OLE color: 1134268.

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

Color convert

RGB 188 78 17 -
CMYK 0 0.59 0.91 0.26
HSL 21.4º 0.83% 0.4% -
HSV(B) 21.4º 0.91% 0.74% -
XYZ 23.56 16.18 2.41 -
YUV 103.94 78.94 187.96 -
System Red Green Blue C M Y K H S L
Decimal 188 78 17 0 0.59 0.91 0.26 21.4 0.83 0.4
Hex BC 4E 11 0 3B 5B 1A 15 53 28
Octal 274 116 21 0 73 133 32 25 123 50
Binary 10111100 1001110 10001 0 111011 1011011 11010 10101 1010011 101000

Color Harmonies of #BC4E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4E11

Black with #BC4E11

Text Example


Text Example

White with #BC4E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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