Html Css Color HEX #B95518 Rust

📋 copy color: '#B95518'

red 185 ◦ green 85 ◦ blue 24

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

Shades of Rust #B95518

Tints of Rust #B95518

RGB

 RED value IS 185 (72.66% from 255) = 62.93%

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

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

R = 62.93%
G = 28.91%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B95518 (or 0xB95518) is known color: Rust. HEX triplet: B9, 55 and 18. RGB value is (185,85,24). Sum of RGB (Red+Green+Blue) = 185+85+24=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B95518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95518 is #46AAE7. Grayscale: #6C6C6C. Windows color (decimal): -4631272 or 1594809. OLE color: 1594809.

HSL color Cylindrical-coordinate representation of color #B95518: hue angle of 22.73º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B95518 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 85 24 -
CMYK 0 0.54 0.87 0.27
HSL 22.73º 0.77% 0.41% -
HSV(B) 22.73º 0.87% 0.73% -
XYZ 23.42 16.88 2.89 -
YUV 107.95 80.63 182.96 -
System Red Green Blue C M Y K H S L
Decimal 185 85 24 0 0.54 0.87 0.27 22.73 0.77 0.41
Hex B9 55 18 0 36 57 1B 17 4D 29
Octal 271 125 30 0 66 127 33 27 115 51
Binary 10111001 1010101 11000 0 110110 1010111 11011 10111 1001101 101001

Color Harmonies of #B95518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95518

Black with #B95518

Text Example


Text Example

White with #B95518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95518; }

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

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

background-color css

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

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

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

border-color css

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

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

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