Html Css Color HEX #BC521B Rust

📋 copy color: '#BC521B'

red 188 ◦ green 82 ◦ blue 27

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

Shades of Rust #BC521B

Tints of Rust #BC521B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.09%

R = 63.3%
G = 27.61%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC521B (or 0xBC521B) is known color: Rust. HEX triplet: BC, 52 and 1B. RGB value is (188,82,27). Sum of RGB (Red+Green+Blue) = 188+82+27=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC521B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC521B is #43ADE4. Grayscale: #6B6B6B. Windows color (decimal): -4435429 or 1790652. OLE color: 1790652.

HSL color Cylindrical-coordinate representation of color #BC521B: hue angle of 20.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC521B is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 82 27 -
CMYK 0 0.56 0.86 0.26
HSL 20.5º 0.75% 0.42% -
HSV(B) 20.5º 0.86% 0.74% -
XYZ 23.95 16.81 3.02 -
YUV 107.42 82.62 185.47 -
System Red Green Blue C M Y K H S L
Decimal 188 82 27 0 0.56 0.86 0.26 20.5 0.75 0.42
Hex BC 52 1B 0 38 56 1A 14 4B 2A
Octal 274 122 33 0 70 126 32 24 113 52
Binary 10111100 1010010 11011 0 111000 1010110 11010 10100 1001011 101010

Color Harmonies of #BC521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC521B

Black with #BC521B

Text Example


Text Example

White with #BC521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC521B; }

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

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

background-color css

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

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

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

border-color css

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

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

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