Html Css Color HEX #BC390C Rust

📋 copy color: '#BC390C'

red 188 ◦ green 57 ◦ blue 12

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

Shades of Rust #BC390C

Tints of Rust #BC390C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.67%

R = 73.15%
G = 22.18%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC390C (or 0xBC390C) is known color: Rust. HEX triplet: BC, 39 and 0C. RGB value is (188,57,12). Sum of RGB (Red+Green+Blue) = 188+57+12=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC390C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC390C is #43C6F3. Grayscale: #5B5B5B. Windows color (decimal): -4441844 or 801212. OLE color: 801212.

HSL color Cylindrical-coordinate representation of color #BC390C: hue angle of 15.34º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC390C is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 57 12 -
CMYK 0 0.70 0.94 0.26
HSL 15.34º 0.88% 0.39% -
HSV(B) 15.34º 0.94% 0.74% -
XYZ 22.27 13.64 1.81 -
YUV 91.04 83.4 197.16 -
System Red Green Blue C M Y K H S L
Decimal 188 57 12 0 0.70 0.94 0.26 15.34 0.88 0.39
Hex BC 39 C 0 46 5E 1A F 58 27
Octal 274 71 14 0 106 136 32 17 130 47
Binary 10111100 111001 1100 0 1000110 1011110 11010 1111 1011000 100111

Color Harmonies of #BC390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC390C

Black with #BC390C

Text Example


Text Example

White with #BC390C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC390C; }

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

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

background-color css

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

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

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

border-color css

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

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

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