Html Css Color HEX #BC411E Rust

📋 copy color: '#BC411E'

red 188 ◦ green 65 ◦ blue 30

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

Shades of Rust #BC411E

Tints of Rust #BC411E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.6%

R = 66.43%
G = 22.97%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC411E (or 0xBC411E) is known color: Rust. HEX triplet: BC, 41 and 1E. RGB value is (188,65,30). Sum of RGB (Red+Green+Blue) = 188+65+30=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC411E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC411E is #43BEE1. Grayscale: #626262. Windows color (decimal): -4439778 or 1982908. OLE color: 1982908.

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

Color convert

RGB 188 65 30 -
CMYK 0 0.65 0.84 0.26
HSL 13.29º 0.72% 0.43% -
HSV(B) 13.29º 0.84% 0.74% -
XYZ 22.86 14.57 2.83 -
YUV 97.79 89.75 192.35 -
System Red Green Blue C M Y K H S L
Decimal 188 65 30 0 0.65 0.84 0.26 13.29 0.72 0.43
Hex BC 41 1E 0 41 54 1A D 48 2B
Octal 274 101 36 0 101 124 32 15 110 53
Binary 10111100 1000001 11110 0 1000001 1010100 11010 1101 1001000 101011

Color Harmonies of #BC411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC411E

Black with #BC411E

Text Example


Text Example

White with #BC411E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC411E; }

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

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

background-color css

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

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

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

border-color css

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

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

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