Html Css Color HEX #B3540E Rust

📋 copy color: '#B3540E'

red 179 ◦ green 84 ◦ blue 14

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

Shades of Rust #B3540E

Tints of Rust #B3540E

RGB

 RED value IS 179 (70.31% from 255) = 64.62%

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

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

R = 64.62%
G = 30.32%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B3540E (or 0xB3540E) is known color: Rust. HEX triplet: B3, 54 and 0E. RGB value is (179,84,14). Sum of RGB (Red+Green+Blue) = 179+84+14=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B3540E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3540E is #4CABF1. Grayscale: #686868. Windows color (decimal): -5024754 or 939187. OLE color: 939187.

HSL color Cylindrical-coordinate representation of color #B3540E: hue angle of 25.45º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3540E is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 84 14 -
CMYK 0 0.53 0.92 0.30
HSL 25.45º 0.85% 0.38% -
HSV(B) 25.45º 0.92% 0.7% -
XYZ 21.84 15.96 2.34 -
YUV 104.43 76.97 181.19 -
System Red Green Blue C M Y K H S L
Decimal 179 84 14 0 0.53 0.92 0.30 25.45 0.85 0.38
Hex B3 54 E 0 35 5C 1E 19 55 26
Octal 263 124 16 0 65 134 36 31 125 46
Binary 10110011 1010100 1110 0 110101 1011100 11110 11001 1010101 100110

Color Harmonies of #B3540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3540E

Black with #B3540E

Text Example


Text Example

White with #B3540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3540E; }

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

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

background-color css

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

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

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

border-color css

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

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

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