Html Css Color HEX #BC520F Rust

📋 copy color: '#BC520F'

red 188 ◦ green 82 ◦ blue 15

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

Shades of Rust #BC520F

Tints of Rust #BC520F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.26%

R = 65.96%
G = 28.77%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC520F (or 0xBC520F) is known color: Rust. HEX triplet: BC, 52 and 0F. RGB value is (188,82,15). Sum of RGB (Red+Green+Blue) = 188+82+15=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC520F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC520F is #43ADF0. Grayscale: #6A6A6A. Windows color (decimal): -4435441 or 1004220. OLE color: 1004220.

HSL color Cylindrical-coordinate representation of color #BC520F: hue angle of 23.24º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC520F is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 82 15 -
CMYK 0 0.56 0.92 0.26
HSL 23.24º 0.85% 0.4% -
HSV(B) 23.24º 0.92% 0.74% -
XYZ 23.84 16.76 2.43 -
YUV 106.06 76.62 186.45 -
System Red Green Blue C M Y K H S L
Decimal 188 82 15 0 0.56 0.92 0.26 23.24 0.85 0.4
Hex BC 52 F 0 38 5C 1A 17 55 28
Octal 274 122 17 0 70 134 32 27 125 50
Binary 10111100 1010010 1111 0 111000 1011100 11010 10111 1010101 101000

Color Harmonies of #BC520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC520F

Black with #BC520F

Text Example


Text Example

White with #BC520F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC520F; }

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

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

background-color css

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

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

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

border-color css

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

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

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