Html Css Color HEX #BC4D1B Rust

📋 copy color: '#BC4D1B'

red 188 ◦ green 77 ◦ blue 27

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

Shades of Rust #BC4D1B

Tints of Rust #BC4D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.25%

R = 64.38%
G = 26.37%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC4D1B (or 0xBC4D1B) is known color: Rust. HEX triplet: BC, 4D and 1B. RGB value is (188,77,27). Sum of RGB (Red+Green+Blue) = 188+77+27=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D1B is #43B2E4. Grayscale: #686868. Windows color (decimal): -4436709 or 1789372. OLE color: 1789372.

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

Color convert

RGB 188 77 27 -
CMYK 0 0.59 0.86 0.26
HSL 18.63º 0.75% 0.42% -
HSV(B) 18.63º 0.86% 0.74% -
XYZ 23.59 16.08 2.9 -
YUV 104.49 84.27 187.57 -
System Red Green Blue C M Y K H S L
Decimal 188 77 27 0 0.59 0.86 0.26 18.63 0.75 0.42
Hex BC 4D 1B 0 3B 56 1A 13 4B 2A
Octal 274 115 33 0 73 126 32 23 113 52
Binary 10111100 1001101 11011 0 111011 1010110 11010 10011 1001011 101010

Color Harmonies of #BC4D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D1B

Black with #BC4D1B

Text Example


Text Example

White with #BC4D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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