Html Css Color HEX #B0520E Rust

📋 copy color: '#B0520E'

red 176 ◦ green 82 ◦ blue 14

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

Shades of Rust #B0520E

Tints of Rust #B0520E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.15%

 BLUE value IS 14 (5.86% from 255) = 5.15%

R = 64.71%
G = 30.15%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B0520E (or 0xB0520E) is known color: Rust. HEX triplet: B0, 52 and 0E. RGB value is (176,82,14). Sum of RGB (Red+Green+Blue) = 176+82+14=272 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.71% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 176 - color contains mainly: red. Hex color #B0520E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0520E is #4FADF1. Grayscale: #666666. Windows color (decimal): -5221874 or 938672. OLE color: 938672.

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

Color convert

RGB 176 82 14 -
CMYK 0 0.53 0.92 0.31
HSL 25.19º 0.85% 0.37% -
HSV(B) 25.19º 0.92% 0.69% -
XYZ 21 15.3 2.26 -
YUV 102.35 78.14 180.53 -
System Red Green Blue C M Y K H S L
Decimal 176 82 14 0 0.53 0.92 0.31 25.19 0.85 0.37
Hex B0 52 E 0 35 5C 1F 19 55 25
Octal 260 122 16 0 65 134 37 31 125 45
Binary 10110000 1010010 1110 0 110101 1011100 11111 11001 1010101 100101

Color Harmonies of #B0520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0520E

Black with #B0520E

Text Example


Text Example

White with #B0520E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0520E; }

 p { color: rgb(176,82,14); }

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

background-color css

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

 a { background-color: rgb(176,82,14); }

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

border-color css

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

 span { border-color: rgb(176,82,14); }

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