Html Css Color HEX #B05311 Rust

📋 copy color: '#B05311'

red 176 ◦ green 83 ◦ blue 17

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

Shades of Rust #B05311

Tints of Rust #B05311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.07%

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

R = 63.77%
G = 30.07%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B05311 (or 0xB05311) is known color: Rust. HEX triplet: B0, 53 and 11. RGB value is (176,83,17). Sum of RGB (Red+Green+Blue) = 176+83+17=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B05311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05311 is #4FACEE. Grayscale: #676767. Windows color (decimal): -5221615 or 1135536. OLE color: 1135536.

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

Color convert

RGB 176 83 17 -
CMYK 0 0.53 0.90 0.31
HSL 24.91º 0.82% 0.38% -
HSV(B) 24.91º 0.9% 0.69% -
XYZ 21.1 15.46 2.4 -
YUV 103.28 79.31 179.87 -
System Red Green Blue C M Y K H S L
Decimal 176 83 17 0 0.53 0.90 0.31 24.91 0.82 0.38
Hex B0 53 11 0 35 5A 1F 19 52 26
Octal 260 123 21 0 65 132 37 31 122 46
Binary 10110000 1010011 10001 0 110101 1011010 11111 11001 1010010 100110

Color Harmonies of #B05311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05311

Black with #B05311

Text Example


Text Example

White with #B05311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05311; }

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

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

background-color css

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

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

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

border-color css

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

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

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