Html Css Color HEX #B05511 Rust

📋 copy color: '#B05511'

red 176 ◦ green 85 ◦ blue 17

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

Shades of Rust #B05511

Tints of Rust #B05511

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.58%

 BLUE value IS 17 (7.03% from 255) = 6.12%

R = 63.31%
G = 30.58%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B05511 (or 0xB05511) is known color: Rust. HEX triplet: B0, 55 and 11. RGB value is (176,85,17). Sum of RGB (Red+Green+Blue) = 176+85+17=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B05511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05511 is #4FAAEE. Grayscale: #686868. Windows color (decimal): -5221103 or 1136048. OLE color: 1136048.

HSL color Cylindrical-coordinate representation of color #B05511: hue angle of 25.66º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B05511 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 85 17 -
CMYK 0 0.52 0.90 0.31
HSL 25.66º 0.82% 0.38% -
HSV(B) 25.66º 0.9% 0.69% -
XYZ 21.25 15.77 2.45 -
YUV 104.46 78.65 179.03 -
System Red Green Blue C M Y K H S L
Decimal 176 85 17 0 0.52 0.90 0.31 25.66 0.82 0.38
Hex B0 55 11 0 34 5A 1F 1A 52 26
Octal 260 125 21 0 64 132 37 32 122 46
Binary 10110000 1010101 10001 0 110100 1011010 11111 11010 1010010 100110

Color Harmonies of #B05511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05511

Black with #B05511

Text Example


Text Example

White with #B05511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05511; }

 p { color: rgb(176,85,17); }

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

background-color css

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

 a { background-color: rgb(176,85,17); }

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

border-color css

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

 span { border-color: rgb(176,85,17); }

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