Html Css Color HEX #B95711 Rust

📋 copy color: '#B95711'

red 185 ◦ green 87 ◦ blue 17

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

Shades of Rust #B95711

Tints of Rust #B95711

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.1%

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

R = 64.01%
G = 30.1%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B95711 (or 0xB95711) is known color: Rust. HEX triplet: B9, 57 and 11. RGB value is (185,87,17). Sum of RGB (Red+Green+Blue) = 185+87+17=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B95711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95711 is #46A8EE. Grayscale: #6C6C6C. Windows color (decimal): -4630767 or 1136569. OLE color: 1136569.

HSL color Cylindrical-coordinate representation of color #B95711: hue angle of 25º 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 #B95711 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 87 17 -
CMYK 0 0.53 0.91 0.27
HSL 25º 0.83% 0.4% -
HSV(B) 25º 0.91% 0.73% -
XYZ 23.52 17.17 2.61 -
YUV 108.32 76.47 182.69 -
System Red Green Blue C M Y K H S L
Decimal 185 87 17 0 0.53 0.91 0.27 25 0.83 0.4
Hex B9 57 11 0 35 5B 1B 19 53 28
Octal 271 127 21 0 65 133 33 31 123 50
Binary 10111001 1010111 10001 0 110101 1011011 11011 11001 1010011 101000

Color Harmonies of #B95711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95711

Black with #B95711

Text Example


Text Example

White with #B95711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95711; }

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

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

background-color css

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

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

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

border-color css

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

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

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