Html Css Color HEX #BC4117 Rust

📋 copy color: '#BC4117'

red 188 ◦ green 65 ◦ blue 23

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

Shades of Rust #BC4117

Tints of Rust #BC4117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.33%

R = 68.12%
G = 23.55%
B = 8.33%

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

#BC4117 (or 0xBC4117) is known color: Rust. HEX triplet: BC, 41 and 17. RGB value is (188,65,23). Sum of RGB (Red+Green+Blue) = 188+65+23=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4117 is #43BEE8. Grayscale: #616161. Windows color (decimal): -4439785 or 1524156. OLE color: 1524156.

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

Color convert

RGB 188 65 23 -
CMYK 0 0.65 0.88 0.26
HSL 15.27º 0.78% 0.41% -
HSV(B) 15.27º 0.88% 0.74% -
XYZ 22.78 14.53 2.42 -
YUV 96.99 86.25 192.92 -
System Red Green Blue C M Y K H S L
Decimal 188 65 23 0 0.65 0.88 0.26 15.27 0.78 0.41
Hex BC 41 17 0 41 58 1A F 4E 29
Octal 274 101 27 0 101 130 32 17 116 51
Binary 10111100 1000001 10111 0 1000001 1011000 11010 1111 1001110 101001

Color Harmonies of #BC4117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4117

Black with #BC4117

Text Example


Text Example

White with #BC4117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4117; }

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

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

background-color css

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

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

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

border-color css

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

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

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