Html Css Color HEX #BC390E Rust

📋 copy color: '#BC390E'

red 188 ◦ green 57 ◦ blue 14

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

Shades of Rust #BC390E

Tints of Rust #BC390E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.01%

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

R = 72.59%
G = 22.01%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC390E (or 0xBC390E) is known color: Rust. HEX triplet: BC, 39 and 0E. RGB value is (188,57,14). Sum of RGB (Red+Green+Blue) = 188+57+14=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC390E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC390E is #43C6F1. Grayscale: #5B5B5B. Windows color (decimal): -4441842 or 932284. OLE color: 932284.

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

Color convert

RGB 188 57 14 -
CMYK 0 0.70 0.93 0.26
HSL 14.83º 0.86% 0.4% -
HSV(B) 14.83º 0.93% 0.74% -
XYZ 22.28 13.65 1.88 -
YUV 91.27 84.4 197 -
System Red Green Blue C M Y K H S L
Decimal 188 57 14 0 0.70 0.93 0.26 14.83 0.86 0.4
Hex BC 39 E 0 46 5D 1A F 56 28
Octal 274 71 16 0 106 135 32 17 126 50
Binary 10111100 111001 1110 0 1000110 1011101 11010 1111 1010110 101000

Color Harmonies of #BC390E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC390E

Black with #BC390E

Text Example


Text Example

White with #BC390E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC390E; }

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

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

background-color css

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

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

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

border-color css

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

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

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