Html Css Color HEX #BC4D15 Rust

📋 copy color: '#BC4D15'

red 188 ◦ green 77 ◦ blue 21

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

Shades of Rust #BC4D15

Tints of Rust #BC4D15

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.92%

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

R = 65.73%
G = 26.92%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC4D15 (or 0xBC4D15) is known color: Rust. HEX triplet: BC, 4D and 15. RGB value is (188,77,21). Sum of RGB (Red+Green+Blue) = 188+77+21=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4D15 is #43B2EA. Grayscale: #686868. Windows color (decimal): -4436715 or 1396156. OLE color: 1396156.

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

Color convert

RGB 188 77 21 -
CMYK 0 0.59 0.89 0.26
HSL 20.12º 0.8% 0.41% -
HSV(B) 20.12º 0.89% 0.74% -
XYZ 23.53 16.05 2.57 -
YUV 103.81 81.27 188.05 -
System Red Green Blue C M Y K H S L
Decimal 188 77 21 0 0.59 0.89 0.26 20.12 0.8 0.41
Hex BC 4D 15 0 3B 59 1A 14 50 29
Octal 274 115 25 0 73 131 32 24 120 51
Binary 10111100 1001101 10101 0 111011 1011001 11010 10100 1010000 101001

Color Harmonies of #BC4D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D15

Black with #BC4D15

Text Example


Text Example

White with #BC4D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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