Html Css Color HEX #B0540D Rust

📋 copy color: '#B0540D'

red 176 ◦ green 84 ◦ blue 13

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

Shades of Rust #B0540D

Tints of Rust #B0540D

RGB

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

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

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

R = 64.47%
G = 30.77%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0540D (or 0xB0540D) is known color: Rust. HEX triplet: B0, 54 and 0D. RGB value is (176,84,13). Sum of RGB (Red+Green+Blue) = 176+84+13=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B0540D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0540D is #4FABF2. Grayscale: #676767. Windows color (decimal): -5221363 or 873648. OLE color: 873648.

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

Color convert

RGB 176 84 13 -
CMYK 0 0.52 0.93 0.31
HSL 26.13º 0.86% 0.37% -
HSV(B) 26.13º 0.93% 0.69% -
XYZ 21.15 15.6 2.28 -
YUV 103.41 76.98 179.77 -
System Red Green Blue C M Y K H S L
Decimal 176 84 13 0 0.52 0.93 0.31 26.13 0.86 0.37
Hex B0 54 D 0 34 5D 1F 1A 56 25
Octal 260 124 15 0 64 135 37 32 126 45
Binary 10110000 1010100 1101 0 110100 1011101 11111 11010 1010110 100101

Color Harmonies of #B0540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0540D

Black with #B0540D

Text Example


Text Example

White with #B0540D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0540D; }

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

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

background-color css

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

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

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

border-color css

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

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

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