Html Css Color HEX #B55110 Rust

📋 copy color: '#B55110'

red 181 ◦ green 81 ◦ blue 16

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

Shades of Rust #B55110

Tints of Rust #B55110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.76%

R = 65.11%
G = 29.14%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B55110 (or 0xB55110) is known color: Rust. HEX triplet: B5, 51 and 10. RGB value is (181,81,16). Sum of RGB (Red+Green+Blue) = 181+81+16=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B55110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55110 is #4AAEEF. Grayscale: #676767. Windows color (decimal): -4894448 or 1069493. OLE color: 1069493.

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

Color convert

RGB 181 81 16 -
CMYK 0 0.55 0.91 0.29
HSL 23.64º 0.84% 0.39% -
HSV(B) 23.64º 0.91% 0.71% -
XYZ 22.09 15.75 2.37 -
YUV 103.49 78.63 183.29 -
System Red Green Blue C M Y K H S L
Decimal 181 81 16 0 0.55 0.91 0.29 23.64 0.84 0.39
Hex B5 51 10 0 37 5B 1D 18 54 27
Octal 265 121 20 0 67 133 35 30 124 47
Binary 10110101 1010001 10000 0 110111 1011011 11101 11000 1010100 100111

Color Harmonies of #B55110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55110

Black with #B55110

Text Example


Text Example

White with #B55110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55110; }

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

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

background-color css

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

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

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

border-color css

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

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

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