Html Css Color HEX #B3540D Rust

📋 copy color: '#B3540D'

red 179 ◦ green 84 ◦ blue 13

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

Shades of Rust #B3540D

Tints of Rust #B3540D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.71%

R = 64.86%
G = 30.43%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B3540D (or 0xB3540D) is known color: Rust. HEX triplet: B3, 54 and 0D. RGB value is (179,84,13). Sum of RGB (Red+Green+Blue) = 179+84+13=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B3540D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3540D is #4CABF2. Grayscale: #686868. Windows color (decimal): -5024755 or 873651. OLE color: 873651.

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

Color convert

RGB 179 84 13 -
CMYK 0 0.53 0.93 0.30
HSL 25.66º 0.86% 0.38% -
HSV(B) 25.66º 0.93% 0.7% -
XYZ 21.83 15.95 2.31 -
YUV 104.31 76.47 181.27 -
System Red Green Blue C M Y K H S L
Decimal 179 84 13 0 0.53 0.93 0.30 25.66 0.86 0.38
Hex B3 54 D 0 35 5D 1E 1A 56 26
Octal 263 124 15 0 65 135 36 32 126 46
Binary 10110011 1010100 1101 0 110101 1011101 11110 11010 1010110 100110

Color Harmonies of #B3540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3540D

Black with #B3540D

Text Example


Text Example

White with #B3540D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3540D; }

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

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

background-color css

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

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

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

border-color css

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

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

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