Html Css Color HEX #BC5319 Rust

📋 copy color: '#BC5319'

red 188 ◦ green 83 ◦ blue 25

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

Shades of Rust #BC5319

Tints of Rust #BC5319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.04%

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

R = 63.51%
G = 28.04%
B = 8.45%

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

#BC5319 (or 0xBC5319) is known color: Rust. HEX triplet: BC, 53 and 19. RGB value is (188,83,25). Sum of RGB (Red+Green+Blue) = 188+83+25=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5319 is #43ACE6. Grayscale: #6C6C6C. Windows color (decimal): -4435175 or 1659836. OLE color: 1659836.

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

Color convert

RGB 188 83 25 -
CMYK 0 0.56 0.87 0.26
HSL 21.35º 0.77% 0.42% -
HSV(B) 21.35º 0.87% 0.74% -
XYZ 24.01 16.95 2.93 -
YUV 107.78 81.29 185.22 -
System Red Green Blue C M Y K H S L
Decimal 188 83 25 0 0.56 0.87 0.26 21.35 0.77 0.42
Hex BC 53 19 0 38 57 1A 15 4D 2A
Octal 274 123 31 0 70 127 32 25 115 52
Binary 10111100 1010011 11001 0 111000 1010111 11010 10101 1001101 101010

Color Harmonies of #BC5319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5319

Black with #BC5319

Text Example


Text Example

White with #BC5319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5319; }

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

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

background-color css

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

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

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

border-color css

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

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

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