Html Css Color HEX #B55112 Rust

📋 copy color: '#B55112'

red 181 ◦ green 81 ◦ blue 18

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

Shades of Rust #B55112

Tints of Rust #B55112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.43%

R = 64.64%
G = 28.93%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B55112 (or 0xB55112) is known color: Rust. HEX triplet: B5, 51 and 12. RGB value is (181,81,18). Sum of RGB (Red+Green+Blue) = 181+81+18=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B55112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55112 is #4AAEED. Grayscale: #686868. Windows color (decimal): -4894446 or 1200565. OLE color: 1200565.

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

Color convert

RGB 181 81 18 -
CMYK 0 0.55 0.90 0.29
HSL 23.19º 0.82% 0.39% -
HSV(B) 23.19º 0.9% 0.71% -
XYZ 22.11 15.75 2.45 -
YUV 103.72 79.63 183.12 -
System Red Green Blue C M Y K H S L
Decimal 181 81 18 0 0.55 0.90 0.29 23.19 0.82 0.39
Hex B5 51 12 0 37 5A 1D 17 52 27
Octal 265 121 22 0 67 132 35 27 122 47
Binary 10110101 1010001 10010 0 110111 1011010 11101 10111 1010010 100111

Color Harmonies of #B55112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55112

Black with #B55112

Text Example


Text Example

White with #B55112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55112; }

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

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

background-color css

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

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

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

border-color css

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

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

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