Html Css Color HEX #BC4116 Rust

📋 copy color: '#BC4116'

red 188 ◦ green 65 ◦ blue 22

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

Shades of Rust #BC4116

Tints of Rust #BC4116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8%

R = 68.36%
G = 23.64%
B = 8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC4116 (or 0xBC4116) is known color: Rust. HEX triplet: BC, 41 and 16. RGB value is (188,65,22). Sum of RGB (Red+Green+Blue) = 188+65+22=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4116 is #43BEE9. Grayscale: #616161. Windows color (decimal): -4439786 or 1458620. OLE color: 1458620.

HSL color Cylindrical-coordinate representation of color #BC4116: hue angle of 15.54º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC4116 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 65 22 -
CMYK 0 0.65 0.88 0.26
HSL 15.54º 0.79% 0.41% -
HSV(B) 15.54º 0.88% 0.74% -
XYZ 22.77 14.53 2.36 -
YUV 96.88 85.75 193 -
System Red Green Blue C M Y K H S L
Decimal 188 65 22 0 0.65 0.88 0.26 15.54 0.79 0.41
Hex BC 41 16 0 41 58 1A 10 4F 29
Octal 274 101 26 0 101 130 32 20 117 51
Binary 10111100 1000001 10110 0 1000001 1011000 11010 10000 1001111 101001

Color Harmonies of #BC4116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4116

Black with #BC4116

Text Example


Text Example

White with #BC4116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4116; }

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

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

background-color css

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

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

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

border-color css

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

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

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