Html Css Color HEX #BC4D10 Rust

📋 copy color: '#BC4D10'

red 188 ◦ green 77 ◦ blue 16

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

Shades of Rust #BC4D10

Tints of Rust #BC4D10

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.4%

 BLUE value IS 16 (6.64% from 255) = 5.69%

R = 66.9%
G = 27.4%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC4D10 (or 0xBC4D10) is known color: Rust. HEX triplet: BC, 4D and 10. RGB value is (188,77,16). Sum of RGB (Red+Green+Blue) = 188+77+16=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4D10 is #43B2EF. Grayscale: #676767. Windows color (decimal): -4436720 or 1068476. OLE color: 1068476.

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

Color convert

RGB 188 77 16 -
CMYK 0 0.59 0.91 0.26
HSL 21.28º 0.84% 0.4% -
HSV(B) 21.28º 0.91% 0.74% -
XYZ 23.49 16.04 2.35 -
YUV 103.24 78.77 188.46 -
System Red Green Blue C M Y K H S L
Decimal 188 77 16 0 0.59 0.91 0.26 21.28 0.84 0.4
Hex BC 4D 10 0 3B 5B 1A 15 54 28
Octal 274 115 20 0 73 133 32 25 124 50
Binary 10111100 1001101 10000 0 111011 1011011 11010 10101 1010100 101000

Color Harmonies of #BC4D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D10

Black with #BC4D10

Text Example


Text Example

White with #BC4D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D10; }

 p { color: rgb(188,77,16); }

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

background-color css

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

 a { background-color: rgb(188,77,16); }

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

border-color css

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

 span { border-color: rgb(188,77,16); }

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