Html Css Color HEX #BC5611 Rust

📋 copy color: '#BC5611'

red 188 ◦ green 86 ◦ blue 17

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

Shades of Rust #BC5611

Tints of Rust #BC5611

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.55%

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

R = 64.6%
G = 29.55%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC5611 (or 0xBC5611) is known color: Rust. HEX triplet: BC, 56 and 11. RGB value is (188,86,17). Sum of RGB (Red+Green+Blue) = 188+86+17=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5611 is #43A9EE. Grayscale: #6D6D6D. Windows color (decimal): -4434415 or 1136316. OLE color: 1136316.

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

Color convert

RGB 188 86 17 -
CMYK 0 0.54 0.91 0.26
HSL 24.21º 0.83% 0.4% -
HSV(B) 24.21º 0.91% 0.74% -
XYZ 24.17 17.39 2.61 -
YUV 108.63 76.29 184.61 -
System Red Green Blue C M Y K H S L
Decimal 188 86 17 0 0.54 0.91 0.26 24.21 0.83 0.4
Hex BC 56 11 0 36 5B 1A 18 53 28
Octal 274 126 21 0 66 133 32 30 123 50
Binary 10111100 1010110 10001 0 110110 1011011 11010 11000 1010011 101000

Color Harmonies of #BC5611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5611

Black with #BC5611

Text Example


Text Example

White with #BC5611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5611; }

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

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

background-color css

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

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

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

border-color css

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

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

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