Html Css Color HEX #BC4110 Rust

📋 copy color: '#BC4110'

red 188 ◦ green 65 ◦ blue 16

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

Shades of Rust #BC4110

Tints of Rust #BC4110

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.16%

 BLUE value IS 16 (6.64% from 255) = 5.95%

R = 69.89%
G = 24.16%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC4110 (or 0xBC4110) is known color: Rust. HEX triplet: BC, 41 and 10. RGB value is (188,65,16). Sum of RGB (Red+Green+Blue) = 188+65+16=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4110 is #43BEEF. Grayscale: #606060. Windows color (decimal): -4439792 or 1065404. OLE color: 1065404.

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

Color convert

RGB 188 65 16 -
CMYK 0 0.65 0.91 0.26
HSL 17.09º 0.84% 0.4% -
HSV(B) 17.09º 0.91% 0.74% -
XYZ 22.72 14.51 2.09 -
YUV 96.19 82.75 193.48 -
System Red Green Blue C M Y K H S L
Decimal 188 65 16 0 0.65 0.91 0.26 17.09 0.84 0.4
Hex BC 41 10 0 41 5B 1A 11 54 28
Octal 274 101 20 0 101 133 32 21 124 50
Binary 10111100 1000001 10000 0 1000001 1011011 11010 10001 1010100 101000

Color Harmonies of #BC4110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4110

Black with #BC4110

Text Example


Text Example

White with #BC4110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4110; }

 p { color: rgb(188,65,16); }

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

background-color css

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

 a { background-color: rgb(188,65,16); }

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

border-color css

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

 span { border-color: rgb(188,65,16); }

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