Html Css Color HEX #BC5215 Rust

📋 copy color: '#BC5215'

red 188 ◦ green 82 ◦ blue 21

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

Shades of Rust #BC5215

Tints of Rust #BC5215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.22%

R = 64.6%
G = 28.18%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC5215 (or 0xBC5215) is known color: Rust. HEX triplet: BC, 52 and 15. RGB value is (188,82,21). Sum of RGB (Red+Green+Blue) = 188+82+21=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5215 is #43ADEA. Grayscale: #6B6B6B. Windows color (decimal): -4435435 or 1397436. OLE color: 1397436.

HSL color Cylindrical-coordinate representation of color #BC5215: hue angle of 21.92º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC5215 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 82 21 -
CMYK 0 0.56 0.89 0.26
HSL 21.92º 0.8% 0.41% -
HSV(B) 21.92º 0.89% 0.74% -
XYZ 23.89 16.78 2.69 -
YUV 106.74 79.62 185.96 -
System Red Green Blue C M Y K H S L
Decimal 188 82 21 0 0.56 0.89 0.26 21.92 0.8 0.41
Hex BC 52 15 0 38 59 1A 16 50 29
Octal 274 122 25 0 70 131 32 26 120 51
Binary 10111100 1010010 10101 0 111000 1011001 11010 10110 1010000 101001

Color Harmonies of #BC5215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5215

Black with #BC5215

Text Example


Text Example

White with #BC5215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5215; }

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

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

background-color css

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

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

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

border-color css

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

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

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