Html Css Color HEX #BC5015 Rust

📋 copy color: '#BC5015'

red 188 ◦ green 80 ◦ blue 21

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

Shades of Rust #BC5015

Tints of Rust #BC5015

RGB

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

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

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

R = 65.05%
G = 27.68%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC5015 (or 0xBC5015) is known color: Rust. HEX triplet: BC, 50 and 15. RGB value is (188,80,21). Sum of RGB (Red+Green+Blue) = 188+80+21=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5015 is #43AFEA. Grayscale: #696969. Windows color (decimal): -4435947 or 1396924. OLE color: 1396924.

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

Color convert

RGB 188 80 21 -
CMYK 0 0.57 0.89 0.26
HSL 21.2º 0.8% 0.41% -
HSV(B) 21.2º 0.89% 0.74% -
XYZ 23.74 16.48 2.64 -
YUV 105.57 80.28 186.8 -
System Red Green Blue C M Y K H S L
Decimal 188 80 21 0 0.57 0.89 0.26 21.2 0.8 0.41
Hex BC 50 15 0 39 59 1A 15 50 29
Octal 274 120 25 0 71 131 32 25 120 51
Binary 10111100 1010000 10101 0 111001 1011001 11010 10101 1010000 101001

Color Harmonies of #BC5015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5015

Black with #BC5015

Text Example


Text Example

White with #BC5015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5015; }

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

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

background-color css

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

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

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

border-color css

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

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

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