Html Css Color HEX #BC521A Rust

📋 copy color: '#BC521A'

red 188 ◦ green 82 ◦ blue 26

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

Shades of Rust #BC521A

Tints of Rust #BC521A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.78%

R = 63.51%
G = 27.7%
B = 8.78%

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

#BC521A (or 0xBC521A) is known color: Rust. HEX triplet: BC, 52 and 1A. RGB value is (188,82,26). Sum of RGB (Red+Green+Blue) = 188+82+26=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC521A is #43ADE5. Grayscale: #6B6B6B. Windows color (decimal): -4435430 or 1725116. OLE color: 1725116.

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

Color convert

RGB 188 82 26 -
CMYK 0 0.56 0.86 0.26
HSL 20.74º 0.76% 0.42% -
HSV(B) 20.74º 0.86% 0.74% -
XYZ 23.94 16.8 2.96 -
YUV 107.31 82.12 185.55 -
System Red Green Blue C M Y K H S L
Decimal 188 82 26 0 0.56 0.86 0.26 20.74 0.76 0.42
Hex BC 52 1A 0 38 56 1A 15 4C 2A
Octal 274 122 32 0 70 126 32 25 114 52
Binary 10111100 1010010 11010 0 111000 1010110 11010 10101 1001100 101010

Color Harmonies of #BC521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC521A

Black with #BC521A

Text Example


Text Example

White with #BC521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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