Html Css Color HEX #B05505 Rust

📋 copy color: '#B05505'

red 176 ◦ green 85 ◦ blue 5

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

Shades of Rust #B05505

Tints of Rust #B05505

RGB

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

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

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

R = 66.17%
G = 31.95%
B = 1.88%

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

#B05505 (or 0xB05505) is known color: Rust. HEX triplet: B0, 55 and 05. RGB value is (176,85,5). Sum of RGB (Red+Green+Blue) = 176+85+5=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B05505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05505 is #4FAAFA. Grayscale: #676767. Windows color (decimal): -5221115 or 349616. OLE color: 349616.

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

Color convert

RGB 176 85 5 -
CMYK 0 0.52 0.97 0.31
HSL 28.07º 0.94% 0.35% -
HSV(B) 28.07º 0.97% 0.69% -
XYZ 21.18 15.74 2.07 -
YUV 103.09 72.65 180 -
System Red Green Blue C M Y K H S L
Decimal 176 85 5 0 0.52 0.97 0.31 28.07 0.94 0.35
Hex B0 55 5 0 34 61 1F 1C 5E 23
Octal 260 125 5 0 64 141 37 34 136 43
Binary 10110000 1010101 101 0 110100 1100001 11111 11100 1011110 100011

Color Harmonies of #B05505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05505

Black with #B05505

Text Example


Text Example

White with #B05505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05505; }

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

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

background-color css

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

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

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

border-color css

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

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

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