Html Css Color HEX #B8540E Rust

📋 copy color: '#B8540E'

red 184 ◦ green 84 ◦ blue 14

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

Shades of Rust #B8540E

Tints of Rust #B8540E

RGB

 RED value IS 184 (72.27% from 255) = 65.25%

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

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

R = 65.25%
G = 29.79%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B8540E (or 0xB8540E) is known color: Rust. HEX triplet: B8, 54 and 0E. RGB value is (184,84,14). Sum of RGB (Red+Green+Blue) = 184+84+14=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B8540E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8540E is #47ABF1. Grayscale: #6A6A6A. Windows color (decimal): -4697074 or 939192. OLE color: 939192.

HSL color Cylindrical-coordinate representation of color #B8540E: hue angle of 24.71º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B8540E is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 84 14 -
CMYK 0 0.54 0.92 0.28
HSL 24.71º 0.86% 0.39% -
HSV(B) 24.71º 0.92% 0.72% -
XYZ 23.02 16.56 2.4 -
YUV 105.92 76.13 183.69 -
System Red Green Blue C M Y K H S L
Decimal 184 84 14 0 0.54 0.92 0.28 24.71 0.86 0.39
Hex B8 54 E 0 36 5C 1C 19 56 27
Octal 270 124 16 0 66 134 34 31 126 47
Binary 10111000 1010100 1110 0 110110 1011100 11100 11001 1010110 100111

Color Harmonies of #B8540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8540E

Black with #B8540E

Text Example


Text Example

White with #B8540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8540E; }

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

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

background-color css

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

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

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

border-color css

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

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

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