Html Css Color HEX #BC5214 Rust

📋 copy color: '#BC5214'

red 188 ◦ green 82 ◦ blue 20

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

Shades of Rust #BC5214

Tints of Rust #BC5214

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.28%

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

R = 64.83%
G = 28.28%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC5214 (or 0xBC5214) is known color: Rust. HEX triplet: BC, 52 and 14. RGB value is (188,82,20). Sum of RGB (Red+Green+Blue) = 188+82+20=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5214 is #43ADEB. Grayscale: #6A6A6A. Windows color (decimal): -4435436 or 1331900. OLE color: 1331900.

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

Color convert

RGB 188 82 20 -
CMYK 0 0.56 0.89 0.26
HSL 22.14º 0.81% 0.41% -
HSV(B) 22.14º 0.89% 0.74% -
XYZ 23.88 16.78 2.64 -
YUV 106.63 79.12 186.04 -
System Red Green Blue C M Y K H S L
Decimal 188 82 20 0 0.56 0.89 0.26 22.14 0.81 0.41
Hex BC 52 14 0 38 59 1A 16 51 29
Octal 274 122 24 0 70 131 32 26 121 51
Binary 10111100 1010010 10100 0 111000 1011001 11010 10110 1010001 101001

Color Harmonies of #BC5214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5214

Black with #BC5214

Text Example


Text Example

White with #BC5214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5214; }

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

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

background-color css

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

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

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

border-color css

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

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

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