Html Css Color HEX #BC541A Rust

📋 copy color: '#BC541A'

red 188 ◦ green 84 ◦ blue 26

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

Shades of Rust #BC541A

Tints of Rust #BC541A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.72%

R = 63.09%
G = 28.19%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC541A (or 0xBC541A) is known color: Rust. HEX triplet: BC, 54 and 1A. RGB value is (188,84,26). Sum of RGB (Red+Green+Blue) = 188+84+26=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC541A is #43ABE5. Grayscale: #6C6C6C. Windows color (decimal): -4434918 or 1725628. OLE color: 1725628.

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

Color convert

RGB 188 84 26 -
CMYK 0 0.55 0.86 0.26
HSL 21.48º 0.76% 0.42% -
HSV(B) 21.48º 0.86% 0.74% -
XYZ 24.1 17.11 3.01 -
YUV 108.48 81.46 184.72 -
System Red Green Blue C M Y K H S L
Decimal 188 84 26 0 0.55 0.86 0.26 21.48 0.76 0.42
Hex BC 54 1A 0 37 56 1A 15 4C 2A
Octal 274 124 32 0 67 126 32 25 114 52
Binary 10111100 1010100 11010 0 110111 1010110 11010 10101 1001100 101010

Color Harmonies of #BC541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC541A

Black with #BC541A

Text Example


Text Example

White with #BC541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC541A; }

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

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

background-color css

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

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

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

border-color css

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

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

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