Html Css Color HEX #B55108 Rust

📋 copy color: '#B55108'

red 181 ◦ green 81 ◦ blue 8

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

Shades of Rust #B55108

Tints of Rust #B55108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.96%

R = 67.04%
G = 30%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B55108 (or 0xB55108) is known color: Rust. HEX triplet: B5, 51 and 08. RGB value is (181,81,8). Sum of RGB (Red+Green+Blue) = 181+81+8=270 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.04% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 181 - color contains mainly: red. Hex color #B55108 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55108 is #4AAEF7. Grayscale: #666666. Windows color (decimal): -4894456 or 545205. OLE color: 545205.

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

Color convert

RGB 181 81 8 -
CMYK 0 0.55 0.96 0.29
HSL 25.32º 0.92% 0.37% -
HSV(B) 25.32º 0.96% 0.71% -
XYZ 22.04 15.73 2.1 -
YUV 102.58 74.63 183.94 -
System Red Green Blue C M Y K H S L
Decimal 181 81 8 0 0.55 0.96 0.29 25.32 0.92 0.37
Hex B5 51 8 0 37 60 1D 19 5C 25
Octal 265 121 10 0 67 140 35 31 134 45
Binary 10110101 1010001 1000 0 110111 1100000 11101 11001 1011100 100101

Color Harmonies of #B55108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55108

Black with #B55108

Text Example


Text Example

White with #B55108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55108; }

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

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

background-color css

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

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

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

border-color css

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

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

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