Html Css Color HEX #B95011 Rust

📋 copy color: '#B95011'

red 185 ◦ green 80 ◦ blue 17

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

Shades of Rust #B95011

Tints of Rust #B95011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.37%

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

R = 65.6%
G = 28.37%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B95011 (or 0xB95011) is known color: Rust. HEX triplet: B9, 50 and 11. RGB value is (185,80,17). Sum of RGB (Red+Green+Blue) = 185+80+17=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B95011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95011 is #46AFEE. Grayscale: #686868. Windows color (decimal): -4632559 or 1134777. OLE color: 1134777.

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

Color convert

RGB 185 80 17 -
CMYK 0 0.57 0.91 0.27
HSL 22.5º 0.83% 0.4% -
HSV(B) 22.5º 0.91% 0.73% -
XYZ 22.98 16.09 2.43 -
YUV 104.21 78.79 185.62 -
System Red Green Blue C M Y K H S L
Decimal 185 80 17 0 0.57 0.91 0.27 22.5 0.83 0.4
Hex B9 50 11 0 39 5B 1B 16 53 28
Octal 271 120 21 0 71 133 33 26 123 50
Binary 10111001 1010000 10001 0 111001 1011011 11011 10110 1010011 101000

Color Harmonies of #B95011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95011

Black with #B95011

Text Example


Text Example

White with #B95011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95011; }

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

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

background-color css

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

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

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

border-color css

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

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

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