Html Css Color HEX #BC5110 Rust

📋 copy color: '#BC5110'

red 188 ◦ green 81 ◦ blue 16

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

Shades of Rust #BC5110

Tints of Rust #BC5110

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.42%

 BLUE value IS 16 (6.64% from 255) = 5.61%

R = 65.96%
G = 28.42%
B = 5.61%

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

#BC5110 (or 0xBC5110) is known color: Rust. HEX triplet: BC, 51 and 10. RGB value is (188,81,16). Sum of RGB (Red+Green+Blue) = 188+81+16=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5110 is #43AEEF. Grayscale: #696969. Windows color (decimal): -4435696 or 1069500. OLE color: 1069500.

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

Color convert

RGB 188 81 16 -
CMYK 0 0.57 0.91 0.26
HSL 22.67º 0.84% 0.4% -
HSV(B) 22.67º 0.91% 0.74% -
XYZ 23.77 16.61 2.44 -
YUV 105.58 77.45 186.79 -
System Red Green Blue C M Y K H S L
Decimal 188 81 16 0 0.57 0.91 0.26 22.67 0.84 0.4
Hex BC 51 10 0 39 5B 1A 17 54 28
Octal 274 121 20 0 71 133 32 27 124 50
Binary 10111100 1010001 10000 0 111001 1011011 11010 10111 1010100 101000

Color Harmonies of #BC5110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5110

Black with #BC5110

Text Example


Text Example

White with #BC5110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5110; }

 p { color: rgb(188,81,16); }

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

background-color css

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

 a { background-color: rgb(188,81,16); }

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

border-color css

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

 span { border-color: rgb(188,81,16); }

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