Html Css Color HEX #BC411D Rust

📋 copy color: '#BC411D'

red 188 ◦ green 65 ◦ blue 29

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

Shades of Rust #BC411D

Tints of Rust #BC411D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.28%

R = 66.67%
G = 23.05%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC411D (or 0xBC411D) is known color: Rust. HEX triplet: BC, 41 and 1D. RGB value is (188,65,29). Sum of RGB (Red+Green+Blue) = 188+65+29=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC411D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC411D is #43BEE2. Grayscale: #616161. Windows color (decimal): -4439779 or 1917372. OLE color: 1917372.

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

Color convert

RGB 188 65 29 -
CMYK 0 0.65 0.85 0.26
HSL 13.58º 0.73% 0.43% -
HSV(B) 13.58º 0.85% 0.74% -
XYZ 22.85 14.56 2.77 -
YUV 97.67 89.25 192.43 -
System Red Green Blue C M Y K H S L
Decimal 188 65 29 0 0.65 0.85 0.26 13.58 0.73 0.43
Hex BC 41 1D 0 41 55 1A E 49 2B
Octal 274 101 35 0 101 125 32 16 111 53
Binary 10111100 1000001 11101 0 1000001 1010101 11010 1110 1001001 101011

Color Harmonies of #BC411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC411D

Black with #BC411D

Text Example


Text Example

White with #BC411D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC411D; }

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

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

background-color css

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

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

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

border-color css

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

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

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