Html Css Color HEX #B05105 Rust

📋 copy color: '#B05105'

red 176 ◦ green 81 ◦ blue 5

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

Shades of Rust #B05105

Tints of Rust #B05105

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.92%

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

R = 67.18%
G = 30.92%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B05105 (or 0xB05105) is known color: Rust. HEX triplet: B0, 51 and 05. RGB value is (176,81,5). Sum of RGB (Red+Green+Blue) = 176+81+5=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B05105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05105 is #4FAEFA. Grayscale: #656565. Windows color (decimal): -5222139 or 348592. OLE color: 348592.

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

Color convert

RGB 176 81 5 -
CMYK 0 0.54 0.97 0.31
HSL 26.67º 0.94% 0.35% -
HSV(B) 26.67º 0.97% 0.69% -
XYZ 20.87 15.13 1.96 -
YUV 100.74 73.97 181.68 -
System Red Green Blue C M Y K H S L
Decimal 176 81 5 0 0.54 0.97 0.31 26.67 0.94 0.35
Hex B0 51 5 0 36 61 1F 1B 5E 23
Octal 260 121 5 0 66 141 37 33 136 43
Binary 10110000 1010001 101 0 110110 1100001 11111 11011 1011110 100011

Color Harmonies of #B05105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05105

Black with #B05105

Text Example


Text Example

White with #B05105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05105; }

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

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

background-color css

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

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

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

border-color css

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

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

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