Html Css Color HEX #BC4F19 Rust

📋 copy color: '#BC4F19'

red 188 ◦ green 79 ◦ blue 25

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

Shades of Rust #BC4F19

Tints of Rust #BC4F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.56%

R = 64.38%
G = 27.05%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC4F19 (or 0xBC4F19) is known color: Rust. HEX triplet: BC, 4F and 19. RGB value is (188,79,25). Sum of RGB (Red+Green+Blue) = 188+79+25=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4F19 is #43B0E6. Grayscale: #696969. Windows color (decimal): -4436199 or 1658812. OLE color: 1658812.

HSL color Cylindrical-coordinate representation of color #BC4F19: hue angle of 19.88º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC4F19 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 79 25 -
CMYK 0 0.58 0.87 0.26
HSL 19.88º 0.77% 0.42% -
HSV(B) 19.88º 0.87% 0.74% -
XYZ 23.71 16.35 2.83 -
YUV 105.44 82.61 186.89 -
System Red Green Blue C M Y K H S L
Decimal 188 79 25 0 0.58 0.87 0.26 19.88 0.77 0.42
Hex BC 4F 19 0 3A 57 1A 14 4D 2A
Octal 274 117 31 0 72 127 32 24 115 52
Binary 10111100 1001111 11001 0 111010 1010111 11010 10100 1001101 101010

Color Harmonies of #BC4F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4F19

Black with #BC4F19

Text Example


Text Example

White with #BC4F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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