Html Css Color HEX #B55105 Rust

📋 copy color: '#B55105'

red 181 ◦ green 81 ◦ blue 5

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

Shades of Rust #B55105

Tints of Rust #B55105

RGB

 RED value IS 181 (71.09% from 255) = 67.79%

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

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

R = 67.79%
G = 30.34%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B55105 (or 0xB55105) is known color: Rust. HEX triplet: B5, 51 and 05. RGB value is (181,81,5). Sum of RGB (Red+Green+Blue) = 181+81+5=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B55105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55105 is #4AAEFA. Grayscale: #666666. Windows color (decimal): -4894459 or 348597. OLE color: 348597.

HSL color Cylindrical-coordinate representation of color #B55105: hue angle of 25.91º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B55105 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 81 5 -
CMYK 0 0.55 0.97 0.29
HSL 25.91º 0.95% 0.36% -
HSV(B) 25.91º 0.97% 0.71% -
XYZ 22.03 15.72 2.02 -
YUV 102.24 73.13 184.18 -
System Red Green Blue C M Y K H S L
Decimal 181 81 5 0 0.55 0.97 0.29 25.91 0.95 0.36
Hex B5 51 5 0 37 61 1D 1A 5F 24
Octal 265 121 5 0 67 141 35 32 137 44
Binary 10110101 1010001 101 0 110111 1100001 11101 11010 1011111 100100

Color Harmonies of #B55105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55105

Black with #B55105

Text Example


Text Example

White with #B55105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55105; }

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

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

background-color css

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

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

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

border-color css

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

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

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