Html Css Color HEX #BC4711 Rust

📋 copy color: '#BC4711'

red 188 ◦ green 71 ◦ blue 17

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

Shades of Rust #BC4711

Tints of Rust #BC4711

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.72%

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

R = 68.12%
G = 25.72%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC4711 (or 0xBC4711) is known color: Rust. HEX triplet: BC, 47 and 11. RGB value is (188,71,17). Sum of RGB (Red+Green+Blue) = 188+71+17=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4711 is #43B8EE. Grayscale: #646464. Windows color (decimal): -4438255 or 1132476. OLE color: 1132476.

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

Color convert

RGB 188 71 17 -
CMYK 0 0.62 0.91 0.26
HSL 18.95º 0.83% 0.4% -
HSV(B) 18.95º 0.91% 0.74% -
XYZ 23.09 15.24 2.25 -
YUV 99.83 81.26 190.89 -
System Red Green Blue C M Y K H S L
Decimal 188 71 17 0 0.62 0.91 0.26 18.95 0.83 0.4
Hex BC 47 11 0 3E 5B 1A 13 53 28
Octal 274 107 21 0 76 133 32 23 123 50
Binary 10111100 1000111 10001 0 111110 1011011 11010 10011 1010011 101000

Color Harmonies of #BC4711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4711

Black with #BC4711

Text Example


Text Example

White with #BC4711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4711; }

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

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

background-color css

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

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

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

border-color css

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

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

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