Html Css Color HEX #B95311 Rust

📋 copy color: '#B95311'

red 185 ◦ green 83 ◦ blue 17

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

Shades of Rust #B95311

Tints of Rust #B95311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.12%

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

R = 64.91%
G = 29.12%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B95311 (or 0xB95311) is known color: Rust. HEX triplet: B9, 53 and 11. RGB value is (185,83,17). Sum of RGB (Red+Green+Blue) = 185+83+17=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B95311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95311 is #46ACEE. Grayscale: #6A6A6A. Windows color (decimal): -4631791 or 1135545. OLE color: 1135545.

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

Color convert

RGB 185 83 17 -
CMYK 0 0.55 0.91 0.27
HSL 23.57º 0.83% 0.4% -
HSV(B) 23.57º 0.91% 0.73% -
XYZ 23.2 16.54 2.5 -
YUV 105.97 77.79 184.37 -
System Red Green Blue C M Y K H S L
Decimal 185 83 17 0 0.55 0.91 0.27 23.57 0.83 0.4
Hex B9 53 11 0 37 5B 1B 18 53 28
Octal 271 123 21 0 67 133 33 30 123 50
Binary 10111001 1010011 10001 0 110111 1011011 11011 11000 1010011 101000

Color Harmonies of #B95311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95311

Black with #B95311

Text Example


Text Example

White with #B95311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95311; }

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

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

background-color css

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

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

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

border-color css

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

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

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