Html Css Color HEX #B94111 Rust

📋 copy color: '#B94111'

red 185 ◦ green 65 ◦ blue 17

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

Shades of Rust #B94111

Tints of Rust #B94111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.34%

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

R = 69.29%
G = 24.34%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B94111 (or 0xB94111) is known color: Rust. HEX triplet: B9, 41 and 11. RGB value is (185,65,17). Sum of RGB (Red+Green+Blue) = 185+65+17=267 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.29% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 185 - color contains mainly: red. Hex color #B94111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94111 is #46BEEE. Grayscale: #5F5F5F. Windows color (decimal): -4636399 or 1130937. OLE color: 1130937.

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

Color convert

RGB 185 65 17 -
CMYK 0 0.65 0.91 0.27
HSL 17.14º 0.83% 0.4% -
HSV(B) 17.14º 0.91% 0.73% -
XYZ 22 14.14 2.1 -
YUV 95.41 83.76 191.9 -
System Red Green Blue C M Y K H S L
Decimal 185 65 17 0 0.65 0.91 0.27 17.14 0.83 0.4
Hex B9 41 11 0 41 5B 1B 11 53 28
Octal 271 101 21 0 101 133 33 21 123 50
Binary 10111001 1000001 10001 0 1000001 1011011 11011 10001 1010011 101000

Color Harmonies of #B94111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94111

Black with #B94111

Text Example


Text Example

White with #B94111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94111; }

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

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

background-color css

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

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

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

border-color css

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

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

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