Html Css Color HEX #B55016 Rust

📋 copy color: '#B55016'

red 181 ◦ green 80 ◦ blue 22

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

Shades of Rust #B55016

Tints of Rust #B55016

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.27%

 BLUE value IS 22 (8.98% from 255) = 7.77%

R = 63.96%
G = 28.27%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B55016 (or 0xB55016) is known color: Rust. HEX triplet: B5, 50 and 16. RGB value is (181,80,22). Sum of RGB (Red+Green+Blue) = 181+80+22=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B55016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55016 is #4AAFE9. Grayscale: #676767. Windows color (decimal): -4894698 or 1462453. OLE color: 1462453.

HSL color Cylindrical-coordinate representation of color #B55016: hue angle of 21.89º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B55016 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 80 22 -
CMYK 0 0.56 0.88 0.29
HSL 21.89º 0.78% 0.4% -
HSV(B) 21.89º 0.88% 0.71% -
XYZ 22.07 15.62 2.61 -
YUV 103.59 81.96 183.22 -
System Red Green Blue C M Y K H S L
Decimal 181 80 22 0 0.56 0.88 0.29 21.89 0.78 0.4
Hex B5 50 16 0 38 58 1D 16 4E 28
Octal 265 120 26 0 70 130 35 26 116 50
Binary 10110101 1010000 10110 0 111000 1011000 11101 10110 1001110 101000

Color Harmonies of #B55016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55016

Black with #B55016

Text Example


Text Example

White with #B55016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55016; }

 p { color: rgb(181,80,22); }

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

background-color css

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

 a { background-color: rgb(181,80,22); }

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

border-color css

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

 span { border-color: rgb(181,80,22); }

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