Html Css Color HEX #BC520D Rust

📋 copy color: '#BC520D'

red 188 ◦ green 82 ◦ blue 13

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

Shades of Rust #BC520D

Tints of Rust #BC520D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.59%

R = 66.43%
G = 28.98%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC520D (or 0xBC520D) is known color: Rust. HEX triplet: BC, 52 and 0D. RGB value is (188,82,13). Sum of RGB (Red+Green+Blue) = 188+82+13=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC520D is #43ADF2. Grayscale: #6A6A6A. Windows color (decimal): -4435443 or 873148. OLE color: 873148.

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

Color convert

RGB 188 82 13 -
CMYK 0 0.56 0.93 0.26
HSL 23.66º 0.87% 0.39% -
HSV(B) 23.66º 0.93% 0.74% -
XYZ 23.83 16.76 2.36 -
YUV 105.83 75.62 186.61 -
System Red Green Blue C M Y K H S L
Decimal 188 82 13 0 0.56 0.93 0.26 23.66 0.87 0.39
Hex BC 52 D 0 38 5D 1A 18 57 27
Octal 274 122 15 0 70 135 32 30 127 47
Binary 10111100 1010010 1101 0 111000 1011101 11010 11000 1010111 100111

Color Harmonies of #BC520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC520D

Black with #BC520D

Text Example


Text Example

White with #BC520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC520D; }

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

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

background-color css

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

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

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

border-color css

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

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

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