Html Css Color HEX #BC5414 Rust

📋 copy color: '#BC5414'

red 188 ◦ green 84 ◦ blue 20

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

Shades of Rust #BC5414

Tints of Rust #BC5414

RGB

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

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

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

R = 64.38%
G = 28.77%
B = 6.85%

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

#BC5414 (or 0xBC5414) is known color: Rust. HEX triplet: BC, 54 and 14. RGB value is (188,84,20). Sum of RGB (Red+Green+Blue) = 188+84+20=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5414 is #43ABEB. Grayscale: #6C6C6C. Windows color (decimal): -4434924 or 1332412. OLE color: 1332412.

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

Color convert

RGB 188 84 20 -
CMYK 0 0.55 0.89 0.26
HSL 22.86º 0.81% 0.41% -
HSV(B) 22.86º 0.89% 0.74% -
XYZ 24.04 17.08 2.69 -
YUV 107.8 78.46 185.2 -
System Red Green Blue C M Y K H S L
Decimal 188 84 20 0 0.55 0.89 0.26 22.86 0.81 0.41
Hex BC 54 14 0 37 59 1A 17 51 29
Octal 274 124 24 0 67 131 32 27 121 51
Binary 10111100 1010100 10100 0 110111 1011001 11010 10111 1010001 101001

Color Harmonies of #BC5414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5414

Black with #BC5414

Text Example


Text Example

White with #BC5414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5414; }

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

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

background-color css

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

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

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

border-color css

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

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

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