Html Css Color HEX #B5510B Rust

📋 copy color: '#B5510B'

red 181 ◦ green 81 ◦ blue 11

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

Shades of Rust #B5510B

Tints of Rust #B5510B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.67%

 BLUE value IS 11 (4.69% from 255) = 4.03%

R = 66.3%
G = 29.67%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B5510B (or 0xB5510B) is known color: Rust. HEX triplet: B5, 51 and 0B. RGB value is (181,81,11). Sum of RGB (Red+Green+Blue) = 181+81+11=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B5510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5510B is #4AAEF4. Grayscale: #676767. Windows color (decimal): -4894453 or 741813. OLE color: 741813.

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

Color convert

RGB 181 81 11 -
CMYK 0 0.55 0.94 0.29
HSL 24.71º 0.89% 0.38% -
HSV(B) 24.71º 0.94% 0.71% -
XYZ 22.06 15.73 2.19 -
YUV 102.92 76.13 183.69 -
System Red Green Blue C M Y K H S L
Decimal 181 81 11 0 0.55 0.94 0.29 24.71 0.89 0.38
Hex B5 51 B 0 37 5E 1D 19 59 26
Octal 265 121 13 0 67 136 35 31 131 46
Binary 10110101 1010001 1011 0 110111 1011110 11101 11001 1011001 100110

Color Harmonies of #B5510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5510B

Black with #B5510B

Text Example


Text Example

White with #B5510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5510B; }

 p { color: rgb(181,81,11); }

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

background-color css

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

 a { background-color: rgb(181,81,11); }

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

border-color css

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

 span { border-color: rgb(181,81,11); }

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