Html Css Color HEX #BC5512 Rust

📋 copy color: '#BC5512'

red 188 ◦ green 85 ◦ blue 18

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

Shades of Rust #BC5512

Tints of Rust #BC5512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.21%

 BLUE value IS 18 (7.42% from 255) = 6.19%

R = 64.6%
G = 29.21%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC5512 (or 0xBC5512) is known color: Rust. HEX triplet: BC, 55 and 12. RGB value is (188,85,18). Sum of RGB (Red+Green+Blue) = 188+85+18=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5512 is #43AAED. Grayscale: #6C6C6C. Windows color (decimal): -4434670 or 1201596. OLE color: 1201596.

HSL color Cylindrical-coordinate representation of color #BC5512: hue angle of 23.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC5512 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 85 18 -
CMYK 0 0.55 0.90 0.26
HSL 23.65º 0.83% 0.4% -
HSV(B) 23.65º 0.9% 0.74% -
XYZ 24.1 17.23 2.63 -
YUV 108.16 77.12 184.95 -
System Red Green Blue C M Y K H S L
Decimal 188 85 18 0 0.55 0.90 0.26 23.65 0.83 0.4
Hex BC 55 12 0 37 5A 1A 18 53 28
Octal 274 125 22 0 67 132 32 30 123 50
Binary 10111100 1010101 10010 0 110111 1011010 11010 11000 1010011 101000

Color Harmonies of #BC5512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5512

Black with #BC5512

Text Example


Text Example

White with #BC5512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5512; }

 p { color: rgb(188,85,18); }

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

background-color css

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

 a { background-color: rgb(188,85,18); }

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

border-color css

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

 span { border-color: rgb(188,85,18); }

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