Html Css Color HEX #BC4F0F Rust

📋 copy color: '#BC4F0F'

red 188 ◦ green 79 ◦ blue 15

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

Shades of Rust #BC4F0F

Tints of Rust #BC4F0F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.01%

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

R = 66.67%
G = 28.01%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC4F0F (or 0xBC4F0F) is known color: Rust. HEX triplet: BC, 4F and 0F. RGB value is (188,79,15). Sum of RGB (Red+Green+Blue) = 188+79+15=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4F0F is #43B0F0. Grayscale: #686868. Windows color (decimal): -4436209 or 1003452. OLE color: 1003452.

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

Color convert

RGB 188 79 15 -
CMYK 0 0.58 0.92 0.26
HSL 22.2º 0.85% 0.4% -
HSV(B) 22.2º 0.92% 0.74% -
XYZ 23.62 16.32 2.36 -
YUV 104.3 77.61 187.7 -
System Red Green Blue C M Y K H S L
Decimal 188 79 15 0 0.58 0.92 0.26 22.2 0.85 0.4
Hex BC 4F F 0 3A 5C 1A 16 55 28
Octal 274 117 17 0 72 134 32 26 125 50
Binary 10111100 1001111 1111 0 111010 1011100 11010 10110 1010101 101000

Color Harmonies of #BC4F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4F0F

Black with #BC4F0F

Text Example


Text Example

White with #BC4F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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