Html Css Color HEX #BC5210 Rust

📋 copy color: '#BC5210'

red 188 ◦ green 82 ◦ blue 16

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

Shades of Rust #BC5210

Tints of Rust #BC5210

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.67%

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

R = 65.73%
G = 28.67%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC5210 (or 0xBC5210) is known color: Rust. HEX triplet: BC, 52 and 10. RGB value is (188,82,16). Sum of RGB (Red+Green+Blue) = 188+82+16=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5210 is #43ADEF. Grayscale: #6A6A6A. Windows color (decimal): -4435440 or 1069756. OLE color: 1069756.

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

Color convert

RGB 188 82 16 -
CMYK 0 0.56 0.91 0.26
HSL 23.02º 0.84% 0.4% -
HSV(B) 23.02º 0.91% 0.74% -
XYZ 23.85 16.76 2.47 -
YUV 106.17 77.12 186.37 -
System Red Green Blue C M Y K H S L
Decimal 188 82 16 0 0.56 0.91 0.26 23.02 0.84 0.4
Hex BC 52 10 0 38 5B 1A 17 54 28
Octal 274 122 20 0 70 133 32 27 124 50
Binary 10111100 1010010 10000 0 111000 1011011 11010 10111 1010100 101000

Color Harmonies of #BC5210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5210

Black with #BC5210

Text Example


Text Example

White with #BC5210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5210; }

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

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

background-color css

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

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

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

border-color css

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

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

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