Html Css Color HEX #B55518 Rust

📋 copy color: '#B55518'

red 181 ◦ green 85 ◦ blue 24

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

Shades of Rust #B55518

Tints of Rust #B55518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.28%

R = 62.41%
G = 29.31%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B55518 (or 0xB55518) is known color: Rust. HEX triplet: B5, 55 and 18. RGB value is (181,85,24). Sum of RGB (Red+Green+Blue) = 181+85+24=290 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.41% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 181 - color contains mainly: red. Hex color #B55518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55518 is #4AAAE7. Grayscale: #6B6B6B. Windows color (decimal): -4893416 or 1594805. OLE color: 1594805.

HSL color Cylindrical-coordinate representation of color #B55518: hue angle of 23.31º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B55518 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 85 24 -
CMYK 0 0.53 0.87 0.29
HSL 23.31º 0.77% 0.4% -
HSV(B) 23.31º 0.87% 0.71% -
XYZ 22.47 16.39 2.84 -
YUV 106.75 81.3 180.96 -
System Red Green Blue C M Y K H S L
Decimal 181 85 24 0 0.53 0.87 0.29 23.31 0.77 0.4
Hex B5 55 18 0 35 57 1D 17 4D 28
Octal 265 125 30 0 65 127 35 27 115 50
Binary 10110101 1010101 11000 0 110101 1010111 11101 10111 1001101 101000

Color Harmonies of #B55518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55518

Black with #B55518

Text Example


Text Example

White with #B55518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55518; }

 p { color: rgb(181,85,24); }

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

background-color css

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

 a { background-color: rgb(181,85,24); }

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

border-color css

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

 span { border-color: rgb(181,85,24); }

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