Html Css Color HEX #B3540F Rust

📋 copy color: '#B3540F'

red 179 ◦ green 84 ◦ blue 15

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

Shades of Rust #B3540F

Tints of Rust #B3540F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.4%

R = 64.39%
G = 30.22%
B = 5.4%

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

#B3540F (or 0xB3540F) is known color: Rust. HEX triplet: B3, 54 and 0F. RGB value is (179,84,15). Sum of RGB (Red+Green+Blue) = 179+84+15=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B3540F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3540F is #4CABF0. Grayscale: #686868. Windows color (decimal): -5024753 or 1004723. OLE color: 1004723.

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

Color convert

RGB 179 84 15 -
CMYK 0 0.53 0.92 0.30
HSL 25.24º 0.85% 0.38% -
HSV(B) 25.24º 0.92% 0.7% -
XYZ 21.85 15.96 2.38 -
YUV 104.54 77.47 181.11 -
System Red Green Blue C M Y K H S L
Decimal 179 84 15 0 0.53 0.92 0.30 25.24 0.85 0.38
Hex B3 54 F 0 35 5C 1E 19 55 26
Octal 263 124 17 0 65 134 36 31 125 46
Binary 10110011 1010100 1111 0 110101 1011100 11110 11001 1010101 100110

Color Harmonies of #B3540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3540F

Black with #B3540F

Text Example


Text Example

White with #B3540F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3540F; }

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

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

background-color css

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

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

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

border-color css

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

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

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