Html Css Color HEX #B05205 Rust

📋 copy color: '#B05205'

red 176 ◦ green 82 ◦ blue 5

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

Shades of Rust #B05205

Tints of Rust #B05205

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.18%

 BLUE value IS 5 (2.34% from 255) = 1.9%

R = 66.92%
G = 31.18%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B05205 (or 0xB05205) is known color: Rust. HEX triplet: B0, 52 and 05. RGB value is (176,82,5). Sum of RGB (Red+Green+Blue) = 176+82+5=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B05205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05205 is #4FADFA. Grayscale: #656565. Windows color (decimal): -5221883 or 348848. OLE color: 348848.

HSL color Cylindrical-coordinate representation of color #B05205: hue angle of 27.02º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B05205 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 82 5 -
CMYK 0 0.53 0.97 0.31
HSL 27.02º 0.94% 0.35% -
HSV(B) 27.02º 0.97% 0.69% -
XYZ 20.95 15.28 1.99 -
YUV 101.33 73.64 181.26 -
System Red Green Blue C M Y K H S L
Decimal 176 82 5 0 0.53 0.97 0.31 27.02 0.94 0.35
Hex B0 52 5 0 35 61 1F 1B 5E 23
Octal 260 122 5 0 65 141 37 33 136 43
Binary 10110000 1010010 101 0 110101 1100001 11111 11011 1011110 100011

Color Harmonies of #B05205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05205

Black with #B05205

Text Example


Text Example

White with #B05205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05205; }

 p { color: rgb(176,82,5); }

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

background-color css

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

 a { background-color: rgb(176,82,5); }

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

border-color css

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

 span { border-color: rgb(176,82,5); }

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