Html Css Color HEX #BC540D Rust

📋 copy color: '#BC540D'

red 188 ◦ green 84 ◦ blue 13

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

Shades of Rust #BC540D

Tints of Rust #BC540D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.47%

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

R = 65.96%
G = 29.47%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC540D (or 0xBC540D) is known color: Rust. HEX triplet: BC, 54 and 0D. RGB value is (188,84,13). Sum of RGB (Red+Green+Blue) = 188+84+13=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC540D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC540D is #43ABF2. Grayscale: #6B6B6B. Windows color (decimal): -4434931 or 873660. OLE color: 873660.

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

Color convert

RGB 188 84 13 -
CMYK 0 0.55 0.93 0.26
HSL 24.34º 0.87% 0.39% -
HSV(B) 24.34º 0.93% 0.74% -
XYZ 23.98 17.06 2.41 -
YUV 107 74.96 185.77 -
System Red Green Blue C M Y K H S L
Decimal 188 84 13 0 0.55 0.93 0.26 24.34 0.87 0.39
Hex BC 54 D 0 37 5D 1A 18 57 27
Octal 274 124 15 0 67 135 32 30 127 47
Binary 10111100 1010100 1101 0 110111 1011101 11010 11000 1010111 100111

Color Harmonies of #BC540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC540D

Black with #BC540D

Text Example


Text Example

White with #BC540D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC540D; }

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

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

background-color css

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

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

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

border-color css

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

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

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