Html Css Color HEX #BC4618 Rust

📋 copy color: '#BC4618'

red 188 ◦ green 70 ◦ blue 24

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

Shades of Rust #BC4618

Tints of Rust #BC4618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.51%

R = 66.67%
G = 24.82%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC4618 (or 0xBC4618) is known color: Rust. HEX triplet: BC, 46 and 18. RGB value is (188,70,24). Sum of RGB (Red+Green+Blue) = 188+70+24=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4618 is #43B9E7. Grayscale: #646464. Windows color (decimal): -4438504 or 1590972. OLE color: 1590972.

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

Color convert

RGB 188 70 24 -
CMYK 0 0.63 0.87 0.26
HSL 16.83º 0.77% 0.42% -
HSV(B) 16.83º 0.87% 0.74% -
XYZ 23.09 15.14 2.57 -
YUV 100.04 85.09 190.74 -
System Red Green Blue C M Y K H S L
Decimal 188 70 24 0 0.63 0.87 0.26 16.83 0.77 0.42
Hex BC 46 18 0 3F 57 1A 11 4D 2A
Octal 274 106 30 0 77 127 32 21 115 52
Binary 10111100 1000110 11000 0 111111 1010111 11010 10001 1001101 101010

Color Harmonies of #BC4618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4618

Black with #BC4618

Text Example


Text Example

White with #BC4618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4618; }

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

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

background-color css

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

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

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

border-color css

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

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

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