Html Css Color HEX #BC4519 Rust

📋 copy color: '#BC4519'

red 188 ◦ green 69 ◦ blue 25

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

Shades of Rust #BC4519

Tints of Rust #BC4519

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.47%

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

R = 66.67%
G = 24.47%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC4519 (or 0xBC4519) is known color: Rust. HEX triplet: BC, 45 and 19. RGB value is (188,69,25). Sum of RGB (Red+Green+Blue) = 188+69+25=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4519 is #43BAE6. Grayscale: #636363. Windows color (decimal): -4438759 or 1656252. OLE color: 1656252.

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

Color convert

RGB 188 69 25 -
CMYK 0 0.63 0.87 0.26
HSL 16.2º 0.77% 0.42% -
HSV(B) 16.2º 0.87% 0.74% -
XYZ 23.04 15.02 2.6 -
YUV 99.57 85.92 191.08 -
System Red Green Blue C M Y K H S L
Decimal 188 69 25 0 0.63 0.87 0.26 16.2 0.77 0.42
Hex BC 45 19 0 3F 57 1A 10 4D 2A
Octal 274 105 31 0 77 127 32 20 115 52
Binary 10111100 1000101 11001 0 111111 1010111 11010 10000 1001101 101010

Color Harmonies of #BC4519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4519

Black with #BC4519

Text Example


Text Example

White with #BC4519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4519; }

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

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

background-color css

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

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

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

border-color css

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

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

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