Html Css Color HEX #B5520E Rust

📋 copy color: '#B5520E'

red 181 ◦ green 82 ◦ blue 14

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

Shades of Rust #B5520E

Tints of Rust #B5520E

RGB

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

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

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

R = 65.34%
G = 29.6%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B5520E (or 0xB5520E) is known color: Rust. HEX triplet: B5, 52 and 0E. RGB value is (181,82,14). Sum of RGB (Red+Green+Blue) = 181+82+14=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B5520E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5520E is #4AADF1. Grayscale: #686868. Windows color (decimal): -4894194 or 938677. OLE color: 938677.

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

Color convert

RGB 181 82 14 -
CMYK 0 0.55 0.92 0.29
HSL 24.43º 0.86% 0.38% -
HSV(B) 24.43º 0.92% 0.71% -
XYZ 22.15 15.89 2.31 -
YUV 103.85 77.3 183.03 -
System Red Green Blue C M Y K H S L
Decimal 181 82 14 0 0.55 0.92 0.29 24.43 0.86 0.38
Hex B5 52 E 0 37 5C 1D 18 56 26
Octal 265 122 16 0 67 134 35 30 126 46
Binary 10110101 1010010 1110 0 110111 1011100 11101 11000 1010110 100110

Color Harmonies of #B5520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5520E

Black with #B5520E

Text Example


Text Example

White with #B5520E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5520E; }

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

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

background-color css

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

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

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

border-color css

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

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

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