Html Css Color HEX #BC4C1F Rust

📋 copy color: '#BC4C1F'

red 188 ◦ green 76 ◦ blue 31

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

Shades of Rust #BC4C1F

Tints of Rust #BC4C1F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.76%

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

R = 63.73%
G = 25.76%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC4C1F (or 0xBC4C1F) is known color: Rust. HEX triplet: BC, 4C and 1F. RGB value is (188,76,31). Sum of RGB (Red+Green+Blue) = 188+76+31=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4C1F is #43B3E0. Grayscale: #686868. Windows color (decimal): -4436961 or 2051260. OLE color: 2051260.

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

Color convert

RGB 188 76 31 -
CMYK 0 0.60 0.84 0.26
HSL 17.2º 0.72% 0.43% -
HSV(B) 17.2º 0.84% 0.74% -
XYZ 23.57 15.96 3.13 -
YUV 104.36 86.61 187.66 -
System Red Green Blue C M Y K H S L
Decimal 188 76 31 0 0.60 0.84 0.26 17.2 0.72 0.43
Hex BC 4C 1F 0 3C 54 1A 11 48 2B
Octal 274 114 37 0 74 124 32 21 110 53
Binary 10111100 1001100 11111 0 111100 1010100 11010 10001 1001000 101011

Color Harmonies of #BC4C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4C1F

Black with #BC4C1F

Text Example


Text Example

White with #BC4C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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