Html Css Color HEX #BC4119 Rust

📋 copy color: '#BC4119'

red 188 ◦ green 65 ◦ blue 25

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

Shades of Rust #BC4119

Tints of Rust #BC4119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.99%

R = 67.63%
G = 23.38%
B = 8.99%

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

#BC4119 (or 0xBC4119) is known color: Rust. HEX triplet: BC, 41 and 19. RGB value is (188,65,25). Sum of RGB (Red+Green+Blue) = 188+65+25=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4119 is #43BEE6. Grayscale: #616161. Windows color (decimal): -4439783 or 1655228. OLE color: 1655228.

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

Color convert

RGB 188 65 25 -
CMYK 0 0.65 0.87 0.26
HSL 14.72º 0.77% 0.42% -
HSV(B) 14.72º 0.87% 0.74% -
XYZ 22.8 14.54 2.52 -
YUV 97.22 87.25 192.75 -
System Red Green Blue C M Y K H S L
Decimal 188 65 25 0 0.65 0.87 0.26 14.72 0.77 0.42
Hex BC 41 19 0 41 57 1A F 4D 2A
Octal 274 101 31 0 101 127 32 17 115 52
Binary 10111100 1000001 11001 0 1000001 1010111 11010 1111 1001101 101010

Color Harmonies of #BC4119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4119

Black with #BC4119

Text Example


Text Example

White with #BC4119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4119; }

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

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

background-color css

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

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

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

border-color css

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

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

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