Html Css Color HEX #BC540F Rust

📋 copy color: '#BC540F'

red 188 ◦ green 84 ◦ blue 15

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

Shades of Rust #BC540F

Tints of Rust #BC540F

RGB

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

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

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

R = 65.51%
G = 29.27%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC540F (or 0xBC540F) is known color: Rust. HEX triplet: BC, 54 and 0F. RGB value is (188,84,15). Sum of RGB (Red+Green+Blue) = 188+84+15=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC540F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC540F is #43ABF0. Grayscale: #6B6B6B. Windows color (decimal): -4434929 or 1004732. OLE color: 1004732.

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

Color convert

RGB 188 84 15 -
CMYK 0 0.55 0.92 0.26
HSL 23.93º 0.85% 0.4% -
HSV(B) 23.93º 0.92% 0.74% -
XYZ 24 17.07 2.48 -
YUV 107.23 75.96 185.61 -
System Red Green Blue C M Y K H S L
Decimal 188 84 15 0 0.55 0.92 0.26 23.93 0.85 0.4
Hex BC 54 F 0 37 5C 1A 18 55 28
Octal 274 124 17 0 67 134 32 30 125 50
Binary 10111100 1010100 1111 0 110111 1011100 11010 11000 1010101 101000

Color Harmonies of #BC540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC540F

Black with #BC540F

Text Example


Text Example

White with #BC540F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC540F; }

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

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

background-color css

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

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

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

border-color css

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

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

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