Html Css Color HEX #BC470E Rust

📋 copy color: '#BC470E'

red 188 ◦ green 71 ◦ blue 14

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

Shades of Rust #BC470E

Tints of Rust #BC470E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.13%

R = 68.86%
G = 26.01%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC470E (or 0xBC470E) is known color: Rust. HEX triplet: BC, 47 and 0E. RGB value is (188,71,14). Sum of RGB (Red+Green+Blue) = 188+71+14=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC470E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC470E is #43B8F1. Grayscale: #636363. Windows color (decimal): -4438258 or 935868. OLE color: 935868.

HSL color Cylindrical-coordinate representation of color #BC470E: hue angle of 19.66º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC470E is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 71 14 -
CMYK 0 0.62 0.93 0.26
HSL 19.66º 0.86% 0.4% -
HSV(B) 19.66º 0.93% 0.74% -
XYZ 23.07 15.23 2.14 -
YUV 99.49 79.76 191.13 -
System Red Green Blue C M Y K H S L
Decimal 188 71 14 0 0.62 0.93 0.26 19.66 0.86 0.4
Hex BC 47 E 0 3E 5D 1A 14 56 28
Octal 274 107 16 0 76 135 32 24 126 50
Binary 10111100 1000111 1110 0 111110 1011101 11010 10100 1010110 101000

Color Harmonies of #BC470E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC470E

Black with #BC470E

Text Example


Text Example

White with #BC470E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC470E; }

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

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

background-color css

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

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

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

border-color css

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

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

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