Html Css Color HEX #B3540A Rust

📋 copy color: '#B3540A'

red 179 ◦ green 84 ◦ blue 10

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

Shades of Rust #B3540A

Tints of Rust #B3540A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.66%

R = 65.57%
G = 30.77%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B3540A (or 0xB3540A) is known color: Rust. HEX triplet: B3, 54 and 0A. RGB value is (179,84,10). Sum of RGB (Red+Green+Blue) = 179+84+10=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B3540A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3540A is #4CABF5. Grayscale: #686868. Windows color (decimal): -5024758 or 677043. OLE color: 677043.

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

Color convert

RGB 179 84 10 -
CMYK 0 0.53 0.94 0.30
HSL 26.27º 0.89% 0.37% -
HSV(B) 26.27º 0.94% 0.7% -
XYZ 21.82 15.95 2.22 -
YUV 103.97 74.97 181.52 -
System Red Green Blue C M Y K H S L
Decimal 179 84 10 0 0.53 0.94 0.30 26.27 0.89 0.37
Hex B3 54 A 0 35 5E 1E 1A 59 25
Octal 263 124 12 0 65 136 36 32 131 45
Binary 10110011 1010100 1010 0 110101 1011110 11110 11010 1011001 100101

Color Harmonies of #B3540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3540A

Black with #B3540A

Text Example


Text Example

White with #B3540A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3540A; }

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

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

background-color css

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

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

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

border-color css

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

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

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