Html Css Color HEX #BC5011 Rust

📋 copy color: '#BC5011'

red 188 ◦ green 80 ◦ blue 17

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

Shades of Rust #BC5011

Tints of Rust #BC5011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.07%

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

R = 65.96%
G = 28.07%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC5011 (or 0xBC5011) is known color: Rust. HEX triplet: BC, 50 and 11. RGB value is (188,80,17). Sum of RGB (Red+Green+Blue) = 188+80+17=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5011 is #43AFEE. Grayscale: #696969. Windows color (decimal): -4435951 or 1134780. OLE color: 1134780.

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

Color convert

RGB 188 80 17 -
CMYK 0 0.57 0.91 0.26
HSL 22.11º 0.83% 0.4% -
HSV(B) 22.11º 0.91% 0.74% -
XYZ 23.71 16.47 2.46 -
YUV 105.11 78.28 187.12 -
System Red Green Blue C M Y K H S L
Decimal 188 80 17 0 0.57 0.91 0.26 22.11 0.83 0.4
Hex BC 50 11 0 39 5B 1A 16 53 28
Octal 274 120 21 0 71 133 32 26 123 50
Binary 10111100 1010000 10001 0 111001 1011011 11010 10110 1010011 101000

Color Harmonies of #BC5011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5011

Black with #BC5011

Text Example


Text Example

White with #BC5011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5011; }

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

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

background-color css

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

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

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

border-color css

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

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

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