Html Css Color HEX #BC510F Rust

📋 copy color: '#BC510F'

red 188 ◦ green 81 ◦ blue 15

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

Shades of Rust #BC510F

Tints of Rust #BC510F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.28%

R = 66.2%
G = 28.52%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC510F (or 0xBC510F) is known color: Rust. HEX triplet: BC, 51 and 0F. RGB value is (188,81,15). Sum of RGB (Red+Green+Blue) = 188+81+15=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC510F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC510F is #43AEF0. Grayscale: #696969. Windows color (decimal): -4435697 or 1003964. OLE color: 1003964.

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

Color convert

RGB 188 81 15 -
CMYK 0 0.57 0.92 0.26
HSL 22.89º 0.85% 0.4% -
HSV(B) 22.89º 0.92% 0.74% -
XYZ 23.77 16.61 2.41 -
YUV 105.47 76.95 186.87 -
System Red Green Blue C M Y K H S L
Decimal 188 81 15 0 0.57 0.92 0.26 22.89 0.85 0.4
Hex BC 51 F 0 39 5C 1A 17 55 28
Octal 274 121 17 0 71 134 32 27 125 50
Binary 10111100 1010001 1111 0 111001 1011100 11010 10111 1010101 101000

Color Harmonies of #BC510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC510F

Black with #BC510F

Text Example


Text Example

White with #BC510F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC510F; }

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

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

background-color css

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

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

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

border-color css

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

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

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