Html Css Color HEX #BC4919 Rust

📋 copy color: '#BC4919'

red 188 ◦ green 73 ◦ blue 25

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

Shades of Rust #BC4919

Tints of Rust #BC4919

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.52%

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

R = 65.73%
G = 25.52%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC4919 (or 0xBC4919) is known color: Rust. HEX triplet: BC, 49 and 19. RGB value is (188,73,25). Sum of RGB (Red+Green+Blue) = 188+73+25=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4919 is #43B6E6. Grayscale: #666666. Windows color (decimal): -4437735 or 1657276. OLE color: 1657276.

HSL color Cylindrical-coordinate representation of color #BC4919: hue angle of 17.67º 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 #BC4919 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 73 25 -
CMYK 0 0.61 0.87 0.26
HSL 17.67º 0.77% 0.42% -
HSV(B) 17.67º 0.87% 0.74% -
XYZ 23.3 15.53 2.69 -
YUV 101.91 84.6 189.4 -
System Red Green Blue C M Y K H S L
Decimal 188 73 25 0 0.61 0.87 0.26 17.67 0.77 0.42
Hex BC 49 19 0 3D 57 1A 12 4D 2A
Octal 274 111 31 0 75 127 32 22 115 52
Binary 10111100 1001001 11001 0 111101 1010111 11010 10010 1001101 101010

Color Harmonies of #BC4919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4919

Black with #BC4919

Text Example


Text Example

White with #BC4919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4919; }

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

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

background-color css

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

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

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

border-color css

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

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

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