Html Css Color HEX #B0540B Rust

📋 copy color: '#B0540B'

red 176 ◦ green 84 ◦ blue 11

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

Shades of Rust #B0540B

Tints of Rust #B0540B

RGB

 RED value IS 176 (69.14% from 255) = 64.94%

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

 BLUE value IS 11 (4.69% from 255) = 4.06%

R = 64.94%
G = 31%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B0540B (or 0xB0540B) is known color: Rust. HEX triplet: B0, 54 and 0B. RGB value is (176,84,11). Sum of RGB (Red+Green+Blue) = 176+84+11=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B0540B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0540B is #4FABF4. Grayscale: #676767. Windows color (decimal): -5221365 or 742576. OLE color: 742576.

HSL color Cylindrical-coordinate representation of color #B0540B: hue angle of 26.55º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0540B is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 84 11 -
CMYK 0 0.52 0.94 0.31
HSL 26.55º 0.88% 0.37% -
HSV(B) 26.55º 0.94% 0.69% -
XYZ 21.14 15.59 2.21 -
YUV 103.19 75.98 179.94 -
System Red Green Blue C M Y K H S L
Decimal 176 84 11 0 0.52 0.94 0.31 26.55 0.88 0.37
Hex B0 54 B 0 34 5E 1F 1B 58 25
Octal 260 124 13 0 64 136 37 33 130 45
Binary 10110000 1010100 1011 0 110100 1011110 11111 11011 1011000 100101

Color Harmonies of #B0540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0540B

Black with #B0540B

Text Example


Text Example

White with #B0540B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0540B; }

 p { color: rgb(176,84,11); }

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

background-color css

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

 a { background-color: rgb(176,84,11); }

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

border-color css

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

 span { border-color: rgb(176,84,11); }

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