Html Css Color HEX #B1540E Rust

📋 copy color: '#B1540E'

red 177 ◦ green 84 ◦ blue 14

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

Shades of Rust #B1540E

Tints of Rust #B1540E

RGB

 RED value IS 177 (69.53% from 255) = 64.36%

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

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

R = 64.36%
G = 30.55%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1540E (or 0xB1540E) is known color: Rust. HEX triplet: B1, 54 and 0E. RGB value is (177,84,14). Sum of RGB (Red+Green+Blue) = 177+84+14=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B1540E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1540E is #4EABF1. Grayscale: #686868. Windows color (decimal): -5155826 or 939185. OLE color: 939185.

HSL color Cylindrical-coordinate representation of color #B1540E: hue angle of 25.77º 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 #B1540E is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 84 14 -
CMYK 0 0.53 0.92 0.31
HSL 25.77º 0.85% 0.37% -
HSV(B) 25.77º 0.92% 0.69% -
XYZ 21.38 15.72 2.32 -
YUV 103.83 77.31 180.19 -
System Red Green Blue C M Y K H S L
Decimal 177 84 14 0 0.53 0.92 0.31 25.77 0.85 0.37
Hex B1 54 E 0 35 5C 1F 1A 55 25
Octal 261 124 16 0 65 134 37 32 125 45
Binary 10110001 1010100 1110 0 110101 1011100 11111 11010 1010101 100101

Color Harmonies of #B1540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1540E

Black with #B1540E

Text Example


Text Example

White with #B1540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1540E; }

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

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

background-color css

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

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

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

border-color css

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

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

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