Html Css Color HEX #B5520D Rust

📋 copy color: '#B5520D'

red 181 ◦ green 82 ◦ blue 13

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

Shades of Rust #B5520D

Tints of Rust #B5520D

RGB

 RED value IS 181 (71.09% from 255) = 65.58%

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

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

R = 65.58%
G = 29.71%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5520D (or 0xB5520D) is known color: Rust. HEX triplet: B5, 52 and 0D. RGB value is (181,82,13). Sum of RGB (Red+Green+Blue) = 181+82+13=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B5520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5520D is #4AADF2. Grayscale: #686868. Windows color (decimal): -4894195 or 873141. OLE color: 873141.

HSL color Cylindrical-coordinate representation of color #B5520D: hue angle of 24.64º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5520D is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 82 13 -
CMYK 0 0.55 0.93 0.29
HSL 24.64º 0.87% 0.38% -
HSV(B) 24.64º 0.93% 0.71% -
XYZ 22.15 15.89 2.28 -
YUV 103.74 76.8 183.11 -
System Red Green Blue C M Y K H S L
Decimal 181 82 13 0 0.55 0.93 0.29 24.64 0.87 0.38
Hex B5 52 D 0 37 5D 1D 19 57 26
Octal 265 122 15 0 67 135 35 31 127 46
Binary 10110101 1010010 1101 0 110111 1011101 11101 11001 1010111 100110

Color Harmonies of #B5520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5520D

Black with #B5520D

Text Example


Text Example

White with #B5520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5520D; }

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

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

background-color css

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

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

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

border-color css

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

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

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