Html Css Color HEX #BC3914 Rust

📋 copy color: '#BC3914'

red 188 ◦ green 57 ◦ blue 20

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

Shades of Rust #BC3914

Tints of Rust #BC3914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.51%

 BLUE value IS 20 (8.2% from 255) = 7.55%

R = 70.94%
G = 21.51%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC3914 (or 0xBC3914) is known color: Rust. HEX triplet: BC, 39 and 14. RGB value is (188,57,20). Sum of RGB (Red+Green+Blue) = 188+57+20=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3914 is #43C6EB. Grayscale: #5C5C5C. Windows color (decimal): -4441836 or 1325500. OLE color: 1325500.

HSL color Cylindrical-coordinate representation of color #BC3914: hue angle of 13.21º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC3914 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 57 20 -
CMYK 0 0.70 0.89 0.26
HSL 13.21º 0.81% 0.41% -
HSV(B) 13.21º 0.89% 0.74% -
XYZ 22.33 13.67 2.12 -
YUV 91.95 87.4 196.51 -
System Red Green Blue C M Y K H S L
Decimal 188 57 20 0 0.70 0.89 0.26 13.21 0.81 0.41
Hex BC 39 14 0 46 59 1A D 51 29
Octal 274 71 24 0 106 131 32 15 121 51
Binary 10111100 111001 10100 0 1000110 1011001 11010 1101 1010001 101001

Color Harmonies of #BC3914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3914

Black with #BC3914

Text Example


Text Example

White with #BC3914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3914; }

 p { color: rgb(188,57,20); }

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

background-color css

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

 a { background-color: rgb(188,57,20); }

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

border-color css

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

 span { border-color: rgb(188,57,20); }

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