Html Css Color HEX #B05506 Rust

📋 copy color: '#B05506'

red 176 ◦ green 85 ◦ blue 6

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

Shades of Rust #B05506

Tints of Rust #B05506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.25%

R = 65.92%
G = 31.84%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B05506 (or 0xB05506) is known color: Rust. HEX triplet: B0, 55 and 06. RGB value is (176,85,6). Sum of RGB (Red+Green+Blue) = 176+85+6=267 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.92% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 176 - color contains mainly: red. Hex color #B05506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05506 is #4FAAF9. Grayscale: #676767. Windows color (decimal): -5221114 or 415152. OLE color: 415152.

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

Color convert

RGB 176 85 6 -
CMYK 0 0.52 0.97 0.31
HSL 27.88º 0.93% 0.36% -
HSV(B) 27.88º 0.97% 0.69% -
XYZ 21.19 15.74 2.09 -
YUV 103.2 73.15 179.92 -
System Red Green Blue C M Y K H S L
Decimal 176 85 6 0 0.52 0.97 0.31 27.88 0.93 0.36
Hex B0 55 6 0 34 61 1F 1C 5D 24
Octal 260 125 6 0 64 141 37 34 135 44
Binary 10110000 1010101 110 0 110100 1100001 11111 11100 1011101 100100

Color Harmonies of #B05506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05506

Black with #B05506

Text Example


Text Example

White with #B05506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05506; }

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

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

background-color css

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

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

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

border-color css

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

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

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