Html Css Color HEX #BC390F Rust

📋 copy color: '#BC390F'

red 188 ◦ green 57 ◦ blue 15

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

Shades of Rust #BC390F

Tints of Rust #BC390F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.77%

R = 72.31%
G = 21.92%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC390F (or 0xBC390F) is known color: Rust. HEX triplet: BC, 39 and 0F. RGB value is (188,57,15). Sum of RGB (Red+Green+Blue) = 188+57+15=260 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.31% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 188 - color contains mainly: red. Hex color #BC390F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC390F is #43C6F0. Grayscale: #5B5B5B. Windows color (decimal): -4441841 or 997820. OLE color: 997820.

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

Color convert

RGB 188 57 15 -
CMYK 0 0.70 0.92 0.26
HSL 14.57º 0.85% 0.4% -
HSV(B) 14.57º 0.92% 0.74% -
XYZ 22.29 13.65 1.91 -
YUV 91.38 84.9 196.92 -
System Red Green Blue C M Y K H S L
Decimal 188 57 15 0 0.70 0.92 0.26 14.57 0.85 0.4
Hex BC 39 F 0 46 5C 1A F 55 28
Octal 274 71 17 0 106 134 32 17 125 50
Binary 10111100 111001 1111 0 1000110 1011100 11010 1111 1010101 101000

Color Harmonies of #BC390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC390F

Black with #BC390F

Text Example


Text Example

White with #BC390F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC390F; }

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

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

background-color css

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

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

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

border-color css

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

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

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