Html Css Color HEX #BC4118 Rust

📋 copy color: '#BC4118'

red 188 ◦ green 65 ◦ blue 24

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

Shades of Rust #BC4118

Tints of Rust #BC4118

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.47%

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

R = 67.87%
G = 23.47%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC4118 (or 0xBC4118) is known color: Rust. HEX triplet: BC, 41 and 18. RGB value is (188,65,24). Sum of RGB (Red+Green+Blue) = 188+65+24=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4118 is #43BEE7. Grayscale: #616161. Windows color (decimal): -4439784 or 1589692. OLE color: 1589692.

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

Color convert

RGB 188 65 24 -
CMYK 0 0.65 0.87 0.26
HSL 15º 0.77% 0.42% -
HSV(B) 15º 0.87% 0.74% -
XYZ 22.79 14.54 2.47 -
YUV 97.1 86.75 192.83 -
System Red Green Blue C M Y K H S L
Decimal 188 65 24 0 0.65 0.87 0.26 15 0.77 0.42
Hex BC 41 18 0 41 57 1A F 4D 2A
Octal 274 101 30 0 101 127 32 17 115 52
Binary 10111100 1000001 11000 0 1000001 1010111 11010 1111 1001101 101010

Color Harmonies of #BC4118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4118

Black with #BC4118

Text Example


Text Example

White with #BC4118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4118; }

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

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

background-color css

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

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

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

border-color css

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

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

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