Html Css Color HEX #BC5318 Rust

📋 copy color: '#BC5318'

red 188 ◦ green 83 ◦ blue 24

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

Shades of Rust #BC5318

Tints of Rust #BC5318

RGB

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

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

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

R = 63.73%
G = 28.14%
B = 8.14%

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

#BC5318 (or 0xBC5318) is known color: Rust. HEX triplet: BC, 53 and 18. RGB value is (188,83,24). Sum of RGB (Red+Green+Blue) = 188+83+24=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5318 is #43ACE7. Grayscale: #6C6C6C. Windows color (decimal): -4435176 or 1594300. OLE color: 1594300.

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

Color convert

RGB 188 83 24 -
CMYK 0 0.56 0.87 0.26
HSL 21.59º 0.77% 0.42% -
HSV(B) 21.59º 0.87% 0.74% -
XYZ 24 16.94 2.87 -
YUV 107.67 80.79 185.3 -
System Red Green Blue C M Y K H S L
Decimal 188 83 24 0 0.56 0.87 0.26 21.59 0.77 0.42
Hex BC 53 18 0 38 57 1A 16 4D 2A
Octal 274 123 30 0 70 127 32 26 115 52
Binary 10111100 1010011 11000 0 111000 1010111 11010 10110 1001101 101010

Color Harmonies of #BC5318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5318

Black with #BC5318

Text Example


Text Example

White with #BC5318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5318; }

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

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

background-color css

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

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

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

border-color css

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

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

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