Html Css Color HEX #BC5415 Rust

📋 copy color: '#BC5415'

red 188 ◦ green 84 ◦ blue 21

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

Shades of Rust #BC5415

Tints of Rust #BC5415

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.67%

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

R = 64.16%
G = 28.67%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC5415 (or 0xBC5415) is known color: Rust. HEX triplet: BC, 54 and 15. RGB value is (188,84,21). Sum of RGB (Red+Green+Blue) = 188+84+21=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5415 is #43ABEA. Grayscale: #6C6C6C. Windows color (decimal): -4434923 or 1397948. OLE color: 1397948.

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

Color convert

RGB 188 84 21 -
CMYK 0 0.55 0.89 0.26
HSL 22.63º 0.8% 0.41% -
HSV(B) 22.63º 0.89% 0.74% -
XYZ 24.04 17.09 2.74 -
YUV 107.91 78.96 185.12 -
System Red Green Blue C M Y K H S L
Decimal 188 84 21 0 0.55 0.89 0.26 22.63 0.8 0.41
Hex BC 54 15 0 37 59 1A 17 50 29
Octal 274 124 25 0 67 131 32 27 120 51
Binary 10111100 1010100 10101 0 110111 1011001 11010 10111 1010000 101001

Color Harmonies of #BC5415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5415

Black with #BC5415

Text Example


Text Example

White with #BC5415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5415; }

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

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

background-color css

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

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

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

border-color css

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

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

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