Html Css Color HEX #BC4011 Rust

📋 copy color: '#BC4011'

red 188 ◦ green 64 ◦ blue 17

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

Shades of Rust #BC4011

Tints of Rust #BC4011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.79%

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

R = 69.89%
G = 23.79%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC4011 (or 0xBC4011) is known color: Rust. HEX triplet: BC, 40 and 11. RGB value is (188,64,17). Sum of RGB (Red+Green+Blue) = 188+64+17=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4011 is #43BFEE. Grayscale: #606060. Windows color (decimal): -4440047 or 1130684. OLE color: 1130684.

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

Color convert

RGB 188 64 17 -
CMYK 0 0.66 0.91 0.26
HSL 16.49º 0.83% 0.4% -
HSV(B) 16.49º 0.91% 0.74% -
XYZ 22.67 14.4 2.11 -
YUV 95.72 83.58 193.82 -
System Red Green Blue C M Y K H S L
Decimal 188 64 17 0 0.66 0.91 0.26 16.49 0.83 0.4
Hex BC 40 11 0 42 5B 1A 10 53 28
Octal 274 100 21 0 102 133 32 20 123 50
Binary 10111100 1000000 10001 0 1000010 1011011 11010 10000 1010011 101000

Color Harmonies of #BC4011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4011

Black with #BC4011

Text Example


Text Example

White with #BC4011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4011; }

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

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

background-color css

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

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

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

border-color css

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

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

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