Html Css Color HEX #B5520C Rust

📋 copy color: '#B5520C'

red 181 ◦ green 82 ◦ blue 12

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

Shades of Rust #B5520C

Tints of Rust #B5520C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.36%

R = 65.82%
G = 29.82%
B = 4.36%

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

#B5520C (or 0xB5520C) is known color: Rust. HEX triplet: B5, 52 and 0C. RGB value is (181,82,12). Sum of RGB (Red+Green+Blue) = 181+82+12=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B5520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5520C is #4AADF3. Grayscale: #676767. Windows color (decimal): -4894196 or 807605. OLE color: 807605.

HSL color Cylindrical-coordinate representation of color #B5520C: hue angle of 24.85º degrees, saturation: 0.88, 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 #B5520C is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 82 12 -
CMYK 0 0.55 0.93 0.29
HSL 24.85º 0.88% 0.38% -
HSV(B) 24.85º 0.93% 0.71% -
XYZ 22.14 15.88 2.25 -
YUV 103.62 76.3 183.19 -
System Red Green Blue C M Y K H S L
Decimal 181 82 12 0 0.55 0.93 0.29 24.85 0.88 0.38
Hex B5 52 C 0 37 5D 1D 19 58 26
Octal 265 122 14 0 67 135 35 31 130 46
Binary 10110101 1010010 1100 0 110111 1011101 11101 11001 1011000 100110

Color Harmonies of #B5520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5520C

Black with #B5520C

Text Example


Text Example

White with #B5520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5520C; }

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

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

background-color css

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

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

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

border-color css

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

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

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