Html Css Color HEX #BC5114 Rust

📋 copy color: '#BC5114'

red 188 ◦ green 81 ◦ blue 20

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

Shades of Rust #BC5114

Tints of Rust #BC5114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.92%

R = 65.05%
G = 28.03%
B = 6.92%

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

#BC5114 (or 0xBC5114) is known color: Rust. HEX triplet: BC, 51 and 14. RGB value is (188,81,20). Sum of RGB (Red+Green+Blue) = 188+81+20=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5114 is #43AEEB. Grayscale: #6A6A6A. Windows color (decimal): -4435692 or 1331644. OLE color: 1331644.

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

Color convert

RGB 188 81 20 -
CMYK 0 0.57 0.89 0.26
HSL 21.79º 0.81% 0.41% -
HSV(B) 21.79º 0.89% 0.74% -
XYZ 23.81 16.63 2.62 -
YUV 106.04 79.45 186.46 -
System Red Green Blue C M Y K H S L
Decimal 188 81 20 0 0.57 0.89 0.26 21.79 0.81 0.41
Hex BC 51 14 0 39 59 1A 16 51 29
Octal 274 121 24 0 71 131 32 26 121 51
Binary 10111100 1010001 10100 0 111001 1011001 11010 10110 1010001 101001

Color Harmonies of #BC5114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5114

Black with #BC5114

Text Example


Text Example

White with #BC5114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5114; }

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

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

background-color css

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

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

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

border-color css

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

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

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