Html Css Color HEX #BC4713 Rust

📋 copy color: '#BC4713'

red 188 ◦ green 71 ◦ blue 19

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

Shades of Rust #BC4713

Tints of Rust #BC4713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.54%

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

R = 67.63%
G = 25.54%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC4713 (or 0xBC4713) is known color: Rust. HEX triplet: BC, 47 and 13. RGB value is (188,71,19). Sum of RGB (Red+Green+Blue) = 188+71+19=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4713 is #43B8EC. Grayscale: #646464. Windows color (decimal): -4438253 or 1263548. OLE color: 1263548.

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

Color convert

RGB 188 71 19 -
CMYK 0 0.62 0.90 0.26
HSL 18.46º 0.82% 0.41% -
HSV(B) 18.46º 0.9% 0.74% -
XYZ 23.11 15.24 2.34 -
YUV 100.06 82.26 190.73 -
System Red Green Blue C M Y K H S L
Decimal 188 71 19 0 0.62 0.90 0.26 18.46 0.82 0.41
Hex BC 47 13 0 3E 5A 1A 12 52 29
Octal 274 107 23 0 76 132 32 22 122 51
Binary 10111100 1000111 10011 0 111110 1011010 11010 10010 1010010 101001

Color Harmonies of #BC4713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4713

Black with #BC4713

Text Example


Text Example

White with #BC4713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4713; }

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

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

background-color css

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

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

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

border-color css

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

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

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