Html Css Color HEX #BC460F Rust

📋 copy color: '#BC460F'

red 188 ◦ green 70 ◦ blue 15

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

Shades of Rust #BC460F

Tints of Rust #BC460F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.49%

R = 68.86%
G = 25.64%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC460F (or 0xBC460F) is known color: Rust. HEX triplet: BC, 46 and 0F. RGB value is (188,70,15). Sum of RGB (Red+Green+Blue) = 188+70+15=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC460F is #43B9F0. Grayscale: #636363. Windows color (decimal): -4438513 or 1001148. OLE color: 1001148.

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

Color convert

RGB 188 70 15 -
CMYK 0 0.63 0.92 0.26
HSL 19.08º 0.85% 0.4% -
HSV(B) 19.08º 0.92% 0.74% -
XYZ 23.02 15.11 2.15 -
YUV 99.01 80.59 191.47 -
System Red Green Blue C M Y K H S L
Decimal 188 70 15 0 0.63 0.92 0.26 19.08 0.85 0.4
Hex BC 46 F 0 3F 5C 1A 13 55 28
Octal 274 106 17 0 77 134 32 23 125 50
Binary 10111100 1000110 1111 0 111111 1011100 11010 10011 1010101 101000

Color Harmonies of #BC460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC460F

Black with #BC460F

Text Example


Text Example

White with #BC460F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC460F; }

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

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

background-color css

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

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

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

border-color css

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

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

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