Html Css Color HEX #B94100 Rust

📋 copy color: '#B94100'

red 185 ◦ green 65 ◦ blue 0

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

Shades of Rust #B94100

Tints of Rust #B94100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74%
G = 26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B94100 (or 0xB94100) is known color: Rust. HEX triplet: B9, 41 and 00. RGB value is (185,65,0). Sum of RGB (Red+Green+Blue) = 185+65+0=250 (33% of max value = 765). Red value is 185 (72.66% from 255 or 74% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 185 - color contains mainly: red. Hex color #B94100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94100 is #46BEFF. Grayscale: #5D5D5D. Windows color (decimal): -4636416 or 16825. OLE color: 16825.

HSL color Cylindrical-coordinate representation of color #B94100: hue angle of 21.08º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B94100 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 65 0 -
CMYK 0 0.65 1 0.27
HSL 21.08º 1% 0.36% -
HSV(B) 21.08º 1% 0.73% -
XYZ 21.9 14.09 1.57 -
YUV 93.47 75.26 193.29 -
System Red Green Blue C M Y K H S L
Decimal 185 65 0 0 0.65 1 0.27 21.08 1 0.36
Hex B9 41 0 0 41 64 1B 15 64 24
Octal 271 101 0 0 101 144 33 25 144 44
Binary 10111001 1000001 0 0 1000001 1100100 11011 10101 1100100 100100

Color Harmonies of #B94100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94100

Black with #B94100

Text Example


Text Example

White with #B94100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94100; }

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

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

background-color css

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

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

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

border-color css

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

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

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