Html Css Color HEX #BC390B Rust

📋 copy color: '#BC390B'

red 188 ◦ green 57 ◦ blue 11

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

Shades of Rust #BC390B

Tints of Rust #BC390B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.3%

R = 73.44%
G = 22.27%
B = 4.3%

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

#BC390B (or 0xBC390B) is known color: Rust. HEX triplet: BC, 39 and 0B. RGB value is (188,57,11). Sum of RGB (Red+Green+Blue) = 188+57+11=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC390B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC390B is #43C6F4. Grayscale: #5B5B5B. Windows color (decimal): -4441845 or 735676. OLE color: 735676.

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

Color convert

RGB 188 57 11 -
CMYK 0 0.70 0.94 0.26
HSL 15.59º 0.89% 0.39% -
HSV(B) 15.59º 0.94% 0.74% -
XYZ 22.26 13.64 1.78 -
YUV 90.93 82.9 197.24 -
System Red Green Blue C M Y K H S L
Decimal 188 57 11 0 0.70 0.94 0.26 15.59 0.89 0.39
Hex BC 39 B 0 46 5E 1A 10 59 27
Octal 274 71 13 0 106 136 32 20 131 47
Binary 10111100 111001 1011 0 1000110 1011110 11010 10000 1011001 100111

Color Harmonies of #BC390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC390B

Black with #BC390B

Text Example


Text Example

White with #BC390B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC390B; }

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

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

background-color css

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

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

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

border-color css

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

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

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