Html Css Color HEX #BC4D1F Rust

📋 copy color: '#BC4D1F'

red 188 ◦ green 77 ◦ blue 31

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

Shades of Rust #BC4D1F

Tints of Rust #BC4D1F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.01%

 BLUE value IS 31 (12.5% from 255) = 10.47%

R = 63.51%
G = 26.01%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC4D1F (or 0xBC4D1F) is known color: Rust. HEX triplet: BC, 4D and 1F. RGB value is (188,77,31). Sum of RGB (Red+Green+Blue) = 188+77+31=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D1F is #43B2E0. Grayscale: #696969. Windows color (decimal): -4436705 or 2051516. OLE color: 2051516.

HSL color Cylindrical-coordinate representation of color #BC4D1F: hue angle of 17.58º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC4D1F is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 77 31 -
CMYK 0 0.59 0.84 0.26
HSL 17.58º 0.72% 0.43% -
HSV(B) 17.58º 0.84% 0.74% -
XYZ 23.64 16.1 3.16 -
YUV 104.95 86.27 187.24 -
System Red Green Blue C M Y K H S L
Decimal 188 77 31 0 0.59 0.84 0.26 17.58 0.72 0.43
Hex BC 4D 1F 0 3B 54 1A 12 48 2B
Octal 274 115 37 0 73 124 32 22 110 53
Binary 10111100 1001101 11111 0 111011 1010100 11010 10010 1001000 101011

Color Harmonies of #BC4D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D1F

Black with #BC4D1F

Text Example


Text Example

White with #BC4D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D1F; }

 p { color: rgb(188,77,31); }

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

background-color css

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

 a { background-color: rgb(188,77,31); }

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

border-color css

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

 span { border-color: rgb(188,77,31); }

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