Html Css Color HEX #BC521C Rust

📋 copy color: '#BC521C'

red 188 ◦ green 82 ◦ blue 28

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

Shades of Rust #BC521C

Tints of Rust #BC521C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.4%

R = 63.09%
G = 27.52%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC521C (or 0xBC521C) is known color: Rust. HEX triplet: BC, 52 and 1C. RGB value is (188,82,28). Sum of RGB (Red+Green+Blue) = 188+82+28=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC521C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC521C is #43ADE3. Grayscale: #6B6B6B. Windows color (decimal): -4435428 or 1856188. OLE color: 1856188.

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

Color convert

RGB 188 82 28 -
CMYK 0 0.56 0.85 0.26
HSL 20.25º 0.74% 0.42% -
HSV(B) 20.25º 0.85% 0.74% -
XYZ 23.97 16.81 3.08 -
YUV 107.54 83.12 185.39 -
System Red Green Blue C M Y K H S L
Decimal 188 82 28 0 0.56 0.85 0.26 20.25 0.74 0.42
Hex BC 52 1C 0 38 55 1A 14 4A 2A
Octal 274 122 34 0 70 125 32 24 112 52
Binary 10111100 1010010 11100 0 111000 1010101 11010 10100 1001010 101010

Color Harmonies of #BC521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC521C

Black with #BC521C

Text Example


Text Example

White with #BC521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC521C; }

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

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

background-color css

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

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

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

border-color css

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

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

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