Html Css Color HEX #B05116 Rust

📋 copy color: '#B05116'

red 176 ◦ green 81 ◦ blue 22

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

Shades of Rust #B05116

Tints of Rust #B05116

RGB

 RED value IS 176 (69.14% from 255) = 63.08%

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

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

R = 63.08%
G = 29.03%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B05116 (or 0xB05116) is known color: Rust. HEX triplet: B0, 51 and 16. RGB value is (176,81,22). Sum of RGB (Red+Green+Blue) = 176+81+22=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B05116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05116 is #4FAEE9. Grayscale: #676767. Windows color (decimal): -5222122 or 1462704. OLE color: 1462704.

HSL color Cylindrical-coordinate representation of color #B05116: hue angle of 22.99º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B05116 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 81 22 -
CMYK 0 0.54 0.88 0.31
HSL 22.99º 0.78% 0.39% -
HSV(B) 22.99º 0.88% 0.69% -
XYZ 20.99 15.17 2.58 -
YUV 102.68 82.47 180.3 -
System Red Green Blue C M Y K H S L
Decimal 176 81 22 0 0.54 0.88 0.31 22.99 0.78 0.39
Hex B0 51 16 0 36 58 1F 17 4E 27
Octal 260 121 26 0 66 130 37 27 116 47
Binary 10110000 1010001 10110 0 110110 1011000 11111 10111 1001110 100111

Color Harmonies of #B05116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05116

Black with #B05116

Text Example


Text Example

White with #B05116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05116; }

 p { color: rgb(176,81,22); }

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

background-color css

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

 a { background-color: rgb(176,81,22); }

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

border-color css

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

 span { border-color: rgb(176,81,22); }

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