Html Css Color HEX #BC4C10 Rust

📋 copy color: '#BC4C10'

red 188 ◦ green 76 ◦ blue 16

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

Shades of Rust #BC4C10

Tints of Rust #BC4C10

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.14%

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

R = 67.14%
G = 27.14%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC4C10 (or 0xBC4C10) is known color: Rust. HEX triplet: BC, 4C and 10. RGB value is (188,76,16). Sum of RGB (Red+Green+Blue) = 188+76+16=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4C10 is #43B3EF. Grayscale: #676767. Windows color (decimal): -4436976 or 1068220. OLE color: 1068220.

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

Color convert

RGB 188 76 16 -
CMYK 0 0.60 0.91 0.26
HSL 20.93º 0.84% 0.4% -
HSV(B) 20.93º 0.91% 0.74% -
XYZ 23.42 15.9 2.32 -
YUV 102.65 79.11 188.88 -
System Red Green Blue C M Y K H S L
Decimal 188 76 16 0 0.60 0.91 0.26 20.93 0.84 0.4
Hex BC 4C 10 0 3C 5B 1A 15 54 28
Octal 274 114 20 0 74 133 32 25 124 50
Binary 10111100 1001100 10000 0 111100 1011011 11010 10101 1010100 101000

Color Harmonies of #BC4C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4C10

Black with #BC4C10

Text Example


Text Example

White with #BC4C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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