Html Css Color HEX #BC5219 Rust

📋 copy color: '#BC5219'

red 188 ◦ green 82 ◦ blue 25

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

Shades of Rust #BC5219

Tints of Rust #BC5219

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.8%

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

R = 63.73%
G = 27.8%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC5219 (or 0xBC5219) is known color: Rust. HEX triplet: BC, 52 and 19. RGB value is (188,82,25). Sum of RGB (Red+Green+Blue) = 188+82+25=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5219 is #43ADE6. Grayscale: #6B6B6B. Windows color (decimal): -4435431 or 1659580. OLE color: 1659580.

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

Color convert

RGB 188 82 25 -
CMYK 0 0.56 0.87 0.26
HSL 20.98º 0.77% 0.42% -
HSV(B) 20.98º 0.87% 0.74% -
XYZ 23.93 16.8 2.9 -
YUV 107.2 81.62 185.63 -
System Red Green Blue C M Y K H S L
Decimal 188 82 25 0 0.56 0.87 0.26 20.98 0.77 0.42
Hex BC 52 19 0 38 57 1A 15 4D 2A
Octal 274 122 31 0 70 127 32 25 115 52
Binary 10111100 1010010 11001 0 111000 1010111 11010 10101 1001101 101010

Color Harmonies of #BC5219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5219

Black with #BC5219

Text Example


Text Example

White with #BC5219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5219; }

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

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

background-color css

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

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

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

border-color css

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

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

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