Html Css Color HEX #BC3911 Rust

📋 copy color: '#BC3911'

red 188 ◦ green 57 ◦ blue 17

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

Shades of Rust #BC3911

Tints of Rust #BC3911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.49%

R = 71.76%
G = 21.76%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC3911 (or 0xBC3911) is known color: Rust. HEX triplet: BC, 39 and 11. RGB value is (188,57,17). Sum of RGB (Red+Green+Blue) = 188+57+17=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3911 is #43C6EE. Grayscale: #5B5B5B. Windows color (decimal): -4441839 or 1128892. OLE color: 1128892.

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

Color convert

RGB 188 57 17 -
CMYK 0 0.70 0.91 0.26
HSL 14.04º 0.83% 0.4% -
HSV(B) 14.04º 0.91% 0.74% -
XYZ 22.3 13.66 1.99 -
YUV 91.61 85.9 196.75 -
System Red Green Blue C M Y K H S L
Decimal 188 57 17 0 0.70 0.91 0.26 14.04 0.83 0.4
Hex BC 39 11 0 46 5B 1A E 53 28
Octal 274 71 21 0 106 133 32 16 123 50
Binary 10111100 111001 10001 0 1000110 1011011 11010 1110 1010011 101000

Color Harmonies of #BC3911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3911

Black with #BC3911

Text Example


Text Example

White with #BC3911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3911; }

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

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

background-color css

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

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

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

border-color css

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

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

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