Html Css Color HEX #BC410B Rust

📋 copy color: '#BC410B'

red 188 ◦ green 65 ◦ blue 11

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

Shades of Rust #BC410B

Tints of Rust #BC410B

RGB

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

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

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

R = 71.21%
G = 24.62%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC410B (or 0xBC410B) is known color: Rust. HEX triplet: BC, 41 and 0B. RGB value is (188,65,11). Sum of RGB (Red+Green+Blue) = 188+65+11=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC410B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC410B is #43BEF4. Grayscale: #5F5F5F. Windows color (decimal): -4439797 or 737724. OLE color: 737724.

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

Color convert

RGB 188 65 11 -
CMYK 0 0.65 0.94 0.26
HSL 18.31º 0.89% 0.39% -
HSV(B) 18.31º 0.94% 0.74% -
XYZ 22.69 14.5 1.92 -
YUV 95.62 80.25 193.89 -
System Red Green Blue C M Y K H S L
Decimal 188 65 11 0 0.65 0.94 0.26 18.31 0.89 0.39
Hex BC 41 B 0 41 5E 1A 12 59 27
Octal 274 101 13 0 101 136 32 22 131 47
Binary 10111100 1000001 1011 0 1000001 1011110 11010 10010 1011001 100111

Color Harmonies of #BC410B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC410B

Black with #BC410B

Text Example


Text Example

White with #BC410B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC410B; }

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

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

background-color css

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

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

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

border-color css

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

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

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