Html Css Color HEX #BC411B Rust

📋 copy color: '#BC411B'

red 188 ◦ green 65 ◦ blue 27

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

Shades of Rust #BC411B

Tints of Rust #BC411B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.21%

 BLUE value IS 27 (10.94% from 255) = 9.64%

R = 67.14%
G = 23.21%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC411B (or 0xBC411B) is known color: Rust. HEX triplet: BC, 41 and 1B. RGB value is (188,65,27). Sum of RGB (Red+Green+Blue) = 188+65+27=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC411B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC411B is #43BEE4. Grayscale: #616161. Windows color (decimal): -4439781 or 1786300. OLE color: 1786300.

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

Color convert

RGB 188 65 27 -
CMYK 0 0.65 0.86 0.26
HSL 14.16º 0.75% 0.42% -
HSV(B) 14.16º 0.86% 0.74% -
XYZ 22.83 14.55 2.64 -
YUV 97.45 88.25 192.59 -
System Red Green Blue C M Y K H S L
Decimal 188 65 27 0 0.65 0.86 0.26 14.16 0.75 0.42
Hex BC 41 1B 0 41 56 1A E 4B 2A
Octal 274 101 33 0 101 126 32 16 113 52
Binary 10111100 1000001 11011 0 1000001 1010110 11010 1110 1001011 101010

Color Harmonies of #BC411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC411B

Black with #BC411B

Text Example


Text Example

White with #BC411B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC411B; }

 p { color: rgb(188,65,27); }

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

background-color css

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

 a { background-color: rgb(188,65,27); }

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

border-color css

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

 span { border-color: rgb(188,65,27); }

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