Html Css Color HEX #BC5718 Rust

📋 copy color: '#BC5718'

red 188 ◦ green 87 ◦ blue 24

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

Shades of Rust #BC5718

Tints of Rust #BC5718

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.1%

 BLUE value IS 24 (9.77% from 255) = 8.03%

R = 62.88%
G = 29.1%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC5718 (or 0xBC5718) is known color: Rust. HEX triplet: BC, 57 and 18. RGB value is (188,87,24). Sum of RGB (Red+Green+Blue) = 188+87+24=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5718 is #43A8E7. Grayscale: #6E6E6E. Windows color (decimal): -4434152 or 1595324. OLE color: 1595324.

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

Color convert

RGB 188 87 24 -
CMYK 0 0.54 0.87 0.26
HSL 23.05º 0.77% 0.42% -
HSV(B) 23.05º 0.87% 0.74% -
XYZ 24.31 17.57 2.97 -
YUV 110.02 79.46 183.62 -
System Red Green Blue C M Y K H S L
Decimal 188 87 24 0 0.54 0.87 0.26 23.05 0.77 0.42
Hex BC 57 18 0 36 57 1A 17 4D 2A
Octal 274 127 30 0 66 127 32 27 115 52
Binary 10111100 1010111 11000 0 110110 1010111 11010 10111 1001101 101010

Color Harmonies of #BC5718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5718

Black with #BC5718

Text Example


Text Example

White with #BC5718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5718; }

 p { color: rgb(188,87,24); }

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

background-color css

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

 a { background-color: rgb(188,87,24); }

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

border-color css

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

 span { border-color: rgb(188,87,24); }

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