Html Css Color HEX #B0520D Rust

📋 copy color: '#B0520D'

red 176 ◦ green 82 ◦ blue 13

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

Shades of Rust #B0520D

Tints of Rust #B0520D

RGB

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

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

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

R = 64.94%
G = 30.26%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0520D (or 0xB0520D) is known color: Rust. HEX triplet: B0, 52 and 0D. RGB value is (176,82,13). Sum of RGB (Red+Green+Blue) = 176+82+13=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B0520D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0520D is #4FADF2. Grayscale: #666666. Windows color (decimal): -5221875 or 873136. OLE color: 873136.

HSL color Cylindrical-coordinate representation of color #B0520D: hue angle of 25.4º 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 #B0520D is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 82 13 -
CMYK 0 0.53 0.93 0.31
HSL 25.4º 0.86% 0.37% -
HSV(B) 25.4º 0.93% 0.69% -
XYZ 20.99 15.29 2.23 -
YUV 102.24 77.64 180.61 -
System Red Green Blue C M Y K H S L
Decimal 176 82 13 0 0.53 0.93 0.31 25.4 0.86 0.37
Hex B0 52 D 0 35 5D 1F 19 56 25
Octal 260 122 15 0 65 135 37 31 126 45
Binary 10110000 1010010 1101 0 110101 1011101 11111 11001 1010110 100101

Color Harmonies of #B0520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0520D

Black with #B0520D

Text Example


Text Example

White with #B0520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0520D; }

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

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

background-color css

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

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

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

border-color css

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

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

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