Html Css Color HEX #B05016 Rust

📋 copy color: '#B05016'

red 176 ◦ green 80 ◦ blue 22

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

Shades of Rust #B05016

Tints of Rust #B05016

RGB

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

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

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

R = 63.31%
G = 28.78%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B05016 (or 0xB05016) is known color: Rust. HEX triplet: B0, 50 and 16. RGB value is (176,80,22). Sum of RGB (Red+Green+Blue) = 176+80+22=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B05016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05016 is #4FAFE9. Grayscale: #666666. Windows color (decimal): -5222378 or 1462448. OLE color: 1462448.

HSL color Cylindrical-coordinate representation of color #B05016: hue angle of 22.6º 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 #B05016 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 80 22 -
CMYK 0 0.55 0.88 0.31
HSL 22.6º 0.78% 0.39% -
HSV(B) 22.6º 0.88% 0.69% -
XYZ 20.92 15.03 2.56 -
YUV 102.09 82.8 180.72 -
System Red Green Blue C M Y K H S L
Decimal 176 80 22 0 0.55 0.88 0.31 22.6 0.78 0.39
Hex B0 50 16 0 37 58 1F 17 4E 27
Octal 260 120 26 0 67 130 37 27 116 47
Binary 10110000 1010000 10110 0 110111 1011000 11111 10111 1001110 100111

Color Harmonies of #B05016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05016

Black with #B05016

Text Example


Text Example

White with #B05016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05016; }

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

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

background-color css

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

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

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

border-color css

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

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

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