Html Css Color HEX #BC4E1E Rust

📋 copy color: '#BC4E1E'

red 188 ◦ green 78 ◦ blue 30

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

Shades of Rust #BC4E1E

Tints of Rust #BC4E1E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.35%

 BLUE value IS 30 (12.11% from 255) = 10.14%

R = 63.51%
G = 26.35%
B = 10.14%

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

#BC4E1E (or 0xBC4E1E) is known color: Rust. HEX triplet: BC, 4E and 1E. RGB value is (188,78,30). Sum of RGB (Red+Green+Blue) = 188+78+30=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4E1E is #43B1E1. Grayscale: #696969. Windows color (decimal): -4436450 or 1986236. OLE color: 1986236.

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

Color convert

RGB 188 78 30 -
CMYK 0 0.59 0.84 0.26
HSL 18.23º 0.72% 0.43% -
HSV(B) 18.23º 0.84% 0.74% -
XYZ 23.7 16.23 3.11 -
YUV 105.42 85.44 186.9 -
System Red Green Blue C M Y K H S L
Decimal 188 78 30 0 0.59 0.84 0.26 18.23 0.72 0.43
Hex BC 4E 1E 0 3B 54 1A 12 48 2B
Octal 274 116 36 0 73 124 32 22 110 53
Binary 10111100 1001110 11110 0 111011 1010100 11010 10010 1001000 101011

Color Harmonies of #BC4E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4E1E

Black with #BC4E1E

Text Example


Text Example

White with #BC4E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4E1E; }

 p { color: rgb(188,78,30); }

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

background-color css

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

 a { background-color: rgb(188,78,30); }

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

border-color css

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

 span { border-color: rgb(188,78,30); }

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