Html Css Color HEX #B95111 Rust

📋 copy color: '#B95111'

red 185 ◦ green 81 ◦ blue 17

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

Shades of Rust #B95111

Tints of Rust #B95111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.01%

R = 65.37%
G = 28.62%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B95111 (or 0xB95111) is known color: Rust. HEX triplet: B9, 51 and 11. RGB value is (185,81,17). Sum of RGB (Red+Green+Blue) = 185+81+17=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B95111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95111 is #46AEEE. Grayscale: #696969. Windows color (decimal): -4632303 or 1135033. OLE color: 1135033.

HSL color Cylindrical-coordinate representation of color #B95111: hue angle of 22.86º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B95111 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 81 17 -
CMYK 0 0.56 0.91 0.27
HSL 22.86º 0.83% 0.4% -
HSV(B) 22.86º 0.91% 0.73% -
XYZ 23.05 16.24 2.45 -
YUV 104.8 78.46 185.2 -
System Red Green Blue C M Y K H S L
Decimal 185 81 17 0 0.56 0.91 0.27 22.86 0.83 0.4
Hex B9 51 11 0 38 5B 1B 17 53 28
Octal 271 121 21 0 70 133 33 27 123 50
Binary 10111001 1010001 10001 0 111000 1011011 11011 10111 1010011 101000

Color Harmonies of #B95111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95111

Black with #B95111

Text Example


Text Example

White with #B95111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95111; }

 p { color: rgb(185,81,17); }

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

background-color css

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

 a { background-color: rgb(185,81,17); }

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

border-color css

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

 span { border-color: rgb(185,81,17); }

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