Html Css Color HEX #BC4F12 Rust

📋 copy color: '#BC4F12'

red 188 ◦ green 79 ◦ blue 18

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

Shades of Rust #BC4F12

Tints of Rust #BC4F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.32%

R = 65.96%
G = 27.72%
B = 6.32%

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

#BC4F12 (or 0xBC4F12) is known color: Rust. HEX triplet: BC, 4F and 12. RGB value is (188,79,18). Sum of RGB (Red+Green+Blue) = 188+79+18=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4F12 is #43B0ED. Grayscale: #686868. Windows color (decimal): -4436206 or 1200060. OLE color: 1200060.

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

Color convert

RGB 188 79 18 -
CMYK 0 0.58 0.90 0.26
HSL 21.53º 0.83% 0.4% -
HSV(B) 21.53º 0.9% 0.74% -
XYZ 23.64 16.33 2.48 -
YUV 104.64 79.11 187.46 -
System Red Green Blue C M Y K H S L
Decimal 188 79 18 0 0.58 0.90 0.26 21.53 0.83 0.4
Hex BC 4F 12 0 3A 5A 1A 16 53 28
Octal 274 117 22 0 72 132 32 26 123 50
Binary 10111100 1001111 10010 0 111010 1011010 11010 10110 1010011 101000

Color Harmonies of #BC4F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4F12

Black with #BC4F12

Text Example


Text Example

White with #BC4F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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