Html Css Color HEX #BC4114 Rust

📋 copy color: '#BC4114'

red 188 ◦ green 65 ◦ blue 20

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

Shades of Rust #BC4114

Tints of Rust #BC4114

RGB

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

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

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

R = 68.86%
G = 23.81%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC4114 (or 0xBC4114) is known color: Rust. HEX triplet: BC, 41 and 14. RGB value is (188,65,20). Sum of RGB (Red+Green+Blue) = 188+65+20=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4114 is #43BEEB. Grayscale: #606060. Windows color (decimal): -4439788 or 1327548. OLE color: 1327548.

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

Color convert

RGB 188 65 20 -
CMYK 0 0.65 0.89 0.26
HSL 16.07º 0.81% 0.41% -
HSV(B) 16.07º 0.89% 0.74% -
XYZ 22.76 14.52 2.27 -
YUV 96.65 84.75 193.16 -
System Red Green Blue C M Y K H S L
Decimal 188 65 20 0 0.65 0.89 0.26 16.07 0.81 0.41
Hex BC 41 14 0 41 59 1A 10 51 29
Octal 274 101 24 0 101 131 32 20 121 51
Binary 10111100 1000001 10100 0 1000001 1011001 11010 10000 1010001 101001

Color Harmonies of #BC4114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4114

Black with #BC4114

Text Example


Text Example

White with #BC4114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4114; }

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

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

background-color css

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

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

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

border-color css

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

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

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