Html Css Color HEX #B95411 Rust

📋 copy color: '#B95411'

red 185 ◦ green 84 ◦ blue 17

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

Shades of Rust #B95411

Tints of Rust #B95411

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.37%

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

R = 64.69%
G = 29.37%
B = 5.94%

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

#B95411 (or 0xB95411) is known color: Rust. HEX triplet: B9, 54 and 11. RGB value is (185,84,17). Sum of RGB (Red+Green+Blue) = 185+84+17=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B95411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95411 is #46ABEE. Grayscale: #6A6A6A. Windows color (decimal): -4631535 or 1135801. OLE color: 1135801.

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

Color convert

RGB 185 84 17 -
CMYK 0 0.55 0.91 0.27
HSL 23.93º 0.83% 0.4% -
HSV(B) 23.93º 0.91% 0.73% -
XYZ 23.28 16.7 2.53 -
YUV 106.56 77.46 183.95 -
System Red Green Blue C M Y K H S L
Decimal 185 84 17 0 0.55 0.91 0.27 23.93 0.83 0.4
Hex B9 54 11 0 37 5B 1B 18 53 28
Octal 271 124 21 0 67 133 33 30 123 50
Binary 10111001 1010100 10001 0 110111 1011011 11011 11000 1010011 101000

Color Harmonies of #B95411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95411

Black with #B95411

Text Example


Text Example

White with #B95411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95411; }

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

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

background-color css

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

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

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

border-color css

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

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

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