Html Css Color HEX #BC5119 Rust

📋 copy color: '#BC5119'

red 188 ◦ green 81 ◦ blue 25

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

Shades of Rust #BC5119

Tints of Rust #BC5119

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.55%

 BLUE value IS 25 (10.16% from 255) = 8.5%

R = 63.95%
G = 27.55%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC5119 (or 0xBC5119) is known color: Rust. HEX triplet: BC, 51 and 19. RGB value is (188,81,25). Sum of RGB (Red+Green+Blue) = 188+81+25=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5119 is #43AEE6. Grayscale: #6A6A6A. Windows color (decimal): -4435687 or 1659324. OLE color: 1659324.

HSL color Cylindrical-coordinate representation of color #BC5119: hue angle of 20.61º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC5119 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 81 25 -
CMYK 0 0.57 0.87 0.26
HSL 20.61º 0.77% 0.42% -
HSV(B) 20.61º 0.87% 0.74% -
XYZ 23.86 16.65 2.88 -
YUV 106.61 81.95 186.05 -
System Red Green Blue C M Y K H S L
Decimal 188 81 25 0 0.57 0.87 0.26 20.61 0.77 0.42
Hex BC 51 19 0 39 57 1A 15 4D 2A
Octal 274 121 31 0 71 127 32 25 115 52
Binary 10111100 1010001 11001 0 111001 1010111 11010 10101 1001101 101010

Color Harmonies of #BC5119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5119

Black with #BC5119

Text Example


Text Example

White with #BC5119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5119; }

 p { color: rgb(188,81,25); }

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

background-color css

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

 a { background-color: rgb(188,81,25); }

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

border-color css

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

 span { border-color: rgb(188,81,25); }

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