Html Css Color HEX #BC4600 Rust

📋 copy color: '#BC4600'

red 188 ◦ green 70 ◦ blue 0

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

Shades of Rust #BC4600

Tints of Rust #BC4600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.13%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.87%
G = 27.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC4600 (or 0xBC4600) is known color: Rust. HEX triplet: BC, 46 and 00. RGB value is (188,70,0). Sum of RGB (Red+Green+Blue) = 188+70+0=258 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.87% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4600 is #43B9FF. Grayscale: #616161. Windows color (decimal): -4438528 or 18108. OLE color: 18108.

HSL color Cylindrical-coordinate representation of color #BC4600: hue angle of 22.34º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC4600 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 70 0 -
CMYK 0 0.63 1 0.26
HSL 22.34º 1% 0.37% -
HSV(B) 22.34º 1% 0.74% -
XYZ 22.93 15.07 1.7 -
YUV 97.3 73.09 192.69 -
System Red Green Blue C M Y K H S L
Decimal 188 70 0 0 0.63 1 0.26 22.34 1 0.37
Hex BC 46 0 0 3F 64 1A 16 64 25
Octal 274 106 0 0 77 144 32 26 144 45
Binary 10111100 1000110 0 0 111111 1100100 11010 10110 1100100 100101

Color Harmonies of #BC4600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4600

Black with #BC4600

Text Example


Text Example

White with #BC4600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4600; }

 p { color: rgb(188,70,0); }

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

background-color css

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

 a { background-color: rgb(188,70,0); }

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

border-color css

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

 span { border-color: rgb(188,70,0); }

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