Html Css Color HEX #B0540E Rust

📋 copy color: '#B0540E'

red 176 ◦ green 84 ◦ blue 14

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

Shades of Rust #B0540E

Tints of Rust #B0540E

RGB

 RED value IS 176 (69.14% from 255) = 64.23%

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

 BLUE value IS 14 (5.86% from 255) = 5.11%

R = 64.23%
G = 30.66%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B0540E (or 0xB0540E) is known color: Rust. HEX triplet: B0, 54 and 0E. RGB value is (176,84,14). Sum of RGB (Red+Green+Blue) = 176+84+14=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B0540E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0540E is #4FABF1. Grayscale: #676767. Windows color (decimal): -5221362 or 939184. OLE color: 939184.

HSL color Cylindrical-coordinate representation of color #B0540E: hue angle of 25.93º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0540E is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 84 14 -
CMYK 0 0.52 0.92 0.31
HSL 25.93º 0.85% 0.37% -
HSV(B) 25.93º 0.92% 0.69% -
XYZ 21.15 15.6 2.31 -
YUV 103.53 77.48 179.69 -
System Red Green Blue C M Y K H S L
Decimal 176 84 14 0 0.52 0.92 0.31 25.93 0.85 0.37
Hex B0 54 E 0 34 5C 1F 1A 55 25
Octal 260 124 16 0 64 134 37 32 125 45
Binary 10110000 1010100 1110 0 110100 1011100 11111 11010 1010101 100101

Color Harmonies of #B0540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0540E

Black with #B0540E

Text Example


Text Example

White with #B0540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0540E; }

 p { color: rgb(176,84,14); }

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

background-color css

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

 a { background-color: rgb(176,84,14); }

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

border-color css

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

 span { border-color: rgb(176,84,14); }

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