Html Css Color HEX #B55015 Rust

📋 copy color: '#B55015'

red 181 ◦ green 80 ◦ blue 21

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

Shades of Rust #B55015

Tints of Rust #B55015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.45%

R = 64.18%
G = 28.37%
B = 7.45%

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

#B55015 (or 0xB55015) is known color: Rust. HEX triplet: B5, 50 and 15. RGB value is (181,80,21). Sum of RGB (Red+Green+Blue) = 181+80+21=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B55015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55015 is #4AAFEA. Grayscale: #676767. Windows color (decimal): -4894699 or 1396917. OLE color: 1396917.

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

Color convert

RGB 181 80 21 -
CMYK 0 0.56 0.88 0.29
HSL 22.13º 0.79% 0.4% -
HSV(B) 22.13º 0.88% 0.71% -
XYZ 22.06 15.62 2.56 -
YUV 103.47 81.46 183.3 -
System Red Green Blue C M Y K H S L
Decimal 181 80 21 0 0.56 0.88 0.29 22.13 0.79 0.4
Hex B5 50 15 0 38 58 1D 16 4F 28
Octal 265 120 25 0 70 130 35 26 117 50
Binary 10110101 1010000 10101 0 111000 1011000 11101 10110 1001111 101000

Color Harmonies of #B55015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55015

Black with #B55015

Text Example


Text Example

White with #B55015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55015; }

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

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

background-color css

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

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

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

border-color css

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

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

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