Html Css Color HEX #BC4913 Rust

📋 copy color: '#BC4913'

red 188 ◦ green 73 ◦ blue 19

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

Shades of Rust #BC4913

Tints of Rust #BC4913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.79%

R = 67.14%
G = 26.07%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC4913 (or 0xBC4913) is known color: Rust. HEX triplet: BC, 49 and 13. RGB value is (188,73,19). Sum of RGB (Red+Green+Blue) = 188+73+19=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4913 is #43B6EC. Grayscale: #656565. Windows color (decimal): -4437741 or 1264060. OLE color: 1264060.

HSL color Cylindrical-coordinate representation of color #BC4913: hue angle of 19.17º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC4913 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 73 19 -
CMYK 0 0.61 0.90 0.26
HSL 19.17º 0.82% 0.41% -
HSV(B) 19.17º 0.9% 0.74% -
XYZ 23.24 15.5 2.38 -
YUV 101.23 81.6 189.89 -
System Red Green Blue C M Y K H S L
Decimal 188 73 19 0 0.61 0.90 0.26 19.17 0.82 0.41
Hex BC 49 13 0 3D 5A 1A 13 52 29
Octal 274 111 23 0 75 132 32 23 122 51
Binary 10111100 1001001 10011 0 111101 1011010 11010 10011 1010010 101001

Color Harmonies of #BC4913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4913

Black with #BC4913

Text Example


Text Example

White with #BC4913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4913; }

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

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

background-color css

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

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

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

border-color css

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

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

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