Html Css Color HEX #BC4F13 Rust

📋 copy color: '#BC4F13'

red 188 ◦ green 79 ◦ blue 19

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

Shades of Rust #BC4F13

Tints of Rust #BC4F13

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.62%

 BLUE value IS 19 (7.81% from 255) = 6.64%

R = 65.73%
G = 27.62%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC4F13 (or 0xBC4F13) is known color: Rust. HEX triplet: BC, 4F and 13. RGB value is (188,79,19). Sum of RGB (Red+Green+Blue) = 188+79+19=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4F13 is #43B0EC. Grayscale: #696969. Windows color (decimal): -4436205 or 1265596. OLE color: 1265596.

HSL color Cylindrical-coordinate representation of color #BC4F13: hue angle of 21.3º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC4F13 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 79 19 -
CMYK 0 0.58 0.90 0.26
HSL 21.3º 0.82% 0.41% -
HSV(B) 21.3º 0.9% 0.74% -
XYZ 23.65 16.33 2.52 -
YUV 104.75 79.61 187.38 -
System Red Green Blue C M Y K H S L
Decimal 188 79 19 0 0.58 0.90 0.26 21.3 0.82 0.41
Hex BC 4F 13 0 3A 5A 1A 15 52 29
Octal 274 117 23 0 72 132 32 25 122 51
Binary 10111100 1001111 10011 0 111010 1011010 11010 10101 1010010 101001

Color Harmonies of #BC4F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4F13

Black with #BC4F13

Text Example


Text Example

White with #BC4F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4F13; }

 p { color: rgb(188,79,19); }

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

background-color css

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

 a { background-color: rgb(188,79,19); }

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

border-color css

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

 span { border-color: rgb(188,79,19); }

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