Html Css Color HEX #B95511 Rust

📋 copy color: '#B95511'

red 185 ◦ green 85 ◦ blue 17

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

Shades of Rust #B95511

Tints of Rust #B95511

RGB

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

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

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

R = 64.46%
G = 29.62%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B95511 (or 0xB95511) is known color: Rust. HEX triplet: B9, 55 and 11. RGB value is (185,85,17). Sum of RGB (Red+Green+Blue) = 185+85+17=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B95511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95511 is #46AAEE. Grayscale: #6B6B6B. Windows color (decimal): -4631279 or 1136057. OLE color: 1136057.

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

Color convert

RGB 185 85 17 -
CMYK 0 0.54 0.91 0.27
HSL 24.29º 0.83% 0.4% -
HSV(B) 24.29º 0.91% 0.73% -
XYZ 23.36 16.85 2.55 -
YUV 107.15 77.13 183.53 -
System Red Green Blue C M Y K H S L
Decimal 185 85 17 0 0.54 0.91 0.27 24.29 0.83 0.4
Hex B9 55 11 0 36 5B 1B 18 53 28
Octal 271 125 21 0 66 133 33 30 123 50
Binary 10111001 1010101 10001 0 110110 1011011 11011 11000 1010011 101000

Color Harmonies of #B95511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95511

Black with #B95511

Text Example


Text Example

White with #B95511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95511; }

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

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

background-color css

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

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

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

border-color css

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

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

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