Html Css Color HEX #BC4914 Rust

📋 copy color: '#BC4914'

red 188 ◦ green 73 ◦ blue 20

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

Shades of Rust #BC4914

Tints of Rust #BC4914

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.98%

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

R = 66.9%
G = 25.98%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC4914 (or 0xBC4914) is known color: Rust. HEX triplet: BC, 49 and 14. RGB value is (188,73,20). Sum of RGB (Red+Green+Blue) = 188+73+20=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4914 is #43B6EB. Grayscale: #656565. Windows color (decimal): -4437740 or 1329596. OLE color: 1329596.

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

Color convert

RGB 188 73 20 -
CMYK 0 0.61 0.89 0.26
HSL 18.93º 0.81% 0.41% -
HSV(B) 18.93º 0.89% 0.74% -
XYZ 23.25 15.51 2.43 -
YUV 101.34 82.1 189.81 -
System Red Green Blue C M Y K H S L
Decimal 188 73 20 0 0.61 0.89 0.26 18.93 0.81 0.41
Hex BC 49 14 0 3D 59 1A 13 51 29
Octal 274 111 24 0 75 131 32 23 121 51
Binary 10111100 1001001 10100 0 111101 1011001 11010 10011 1010001 101001

Color Harmonies of #BC4914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4914

Black with #BC4914

Text Example


Text Example

White with #BC4914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4914; }

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

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

background-color css

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

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

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

border-color css

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

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

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