Html Css Color HEX #BC4C17 Rust

📋 copy color: '#BC4C17'

red 188 ◦ green 76 ◦ blue 23

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

Shades of Rust #BC4C17

Tints of Rust #BC4C17

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.48%

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

R = 65.51%
G = 26.48%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC4C17 (or 0xBC4C17) is known color: Rust. HEX triplet: BC, 4C and 17. RGB value is (188,76,23). Sum of RGB (Red+Green+Blue) = 188+76+23=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4C17 is #43B3E8. Grayscale: #676767. Windows color (decimal): -4436969 or 1526972. OLE color: 1526972.

HSL color Cylindrical-coordinate representation of color #BC4C17: hue angle of 19.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 #BC4C17 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 76 23 -
CMYK 0 0.60 0.88 0.26
HSL 19.27º 0.78% 0.41% -
HSV(B) 19.27º 0.88% 0.74% -
XYZ 23.48 15.92 2.65 -
YUV 103.45 82.61 188.31 -
System Red Green Blue C M Y K H S L
Decimal 188 76 23 0 0.60 0.88 0.26 19.27 0.78 0.41
Hex BC 4C 17 0 3C 58 1A 13 4E 29
Octal 274 114 27 0 74 130 32 23 116 51
Binary 10111100 1001100 10111 0 111100 1011000 11010 10011 1001110 101001

Color Harmonies of #BC4C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4C17

Black with #BC4C17

Text Example


Text Example

White with #BC4C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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