Html Css Color HEX #BC411A Rust

📋 copy color: '#BC411A'

red 188 ◦ green 65 ◦ blue 26

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

Shades of Rust #BC411A

Tints of Rust #BC411A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.32%

R = 67.38%
G = 23.3%
B = 9.32%

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

#BC411A (or 0xBC411A) is known color: Rust. HEX triplet: BC, 41 and 1A. RGB value is (188,65,26). Sum of RGB (Red+Green+Blue) = 188+65+26=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC411A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC411A is #43BEE5. Grayscale: #616161. Windows color (decimal): -4439782 or 1720764. OLE color: 1720764.

HSL color Cylindrical-coordinate representation of color #BC411A: hue angle of 14.44º degrees, saturation: 0.76, 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 #BC411A is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 65 26 -
CMYK 0 0.65 0.86 0.26
HSL 14.44º 0.76% 0.42% -
HSV(B) 14.44º 0.86% 0.74% -
XYZ 22.82 14.55 2.58 -
YUV 97.33 87.75 192.67 -
System Red Green Blue C M Y K H S L
Decimal 188 65 26 0 0.65 0.86 0.26 14.44 0.76 0.42
Hex BC 41 1A 0 41 56 1A E 4C 2A
Octal 274 101 32 0 101 126 32 16 114 52
Binary 10111100 1000001 11010 0 1000001 1010110 11010 1110 1001100 101010

Color Harmonies of #BC411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC411A

Black with #BC411A

Text Example


Text Example

White with #BC411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC411A; }

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

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

background-color css

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

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

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

border-color css

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

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

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