Html Css Color HEX #BC510D Rust

📋 copy color: '#BC510D'

red 188 ◦ green 81 ◦ blue 13

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

Shades of Rust #BC510D

Tints of Rust #BC510D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.72%

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

R = 66.67%
G = 28.72%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC510D (or 0xBC510D) is known color: Rust. HEX triplet: BC, 51 and 0D. RGB value is (188,81,13). Sum of RGB (Red+Green+Blue) = 188+81+13=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC510D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC510D is #43AEF2. Grayscale: #696969. Windows color (decimal): -4435699 or 872892. OLE color: 872892.

HSL color Cylindrical-coordinate representation of color #BC510D: hue angle of 23.31º 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 #BC510D is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 81 13 -
CMYK 0 0.57 0.93 0.26
HSL 23.31º 0.87% 0.39% -
HSV(B) 23.31º 0.93% 0.74% -
XYZ 23.75 16.61 2.33 -
YUV 105.24 75.95 187.03 -
System Red Green Blue C M Y K H S L
Decimal 188 81 13 0 0.57 0.93 0.26 23.31 0.87 0.39
Hex BC 51 D 0 39 5D 1A 17 57 27
Octal 274 121 15 0 71 135 32 27 127 47
Binary 10111100 1010001 1101 0 111001 1011101 11010 10111 1010111 100111

Color Harmonies of #BC510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC510D

Black with #BC510D

Text Example


Text Example

White with #BC510D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC510D; }

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

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

background-color css

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

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

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

border-color css

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

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

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