Html Css Color HEX #B94D1B Rust

📋 copy color: '#B94D1B'

red 185 ◦ green 77 ◦ blue 27

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

Shades of Rust #B94D1B

Tints of Rust #B94D1B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.64%

 BLUE value IS 27 (10.94% from 255) = 9.34%

R = 64.01%
G = 26.64%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B94D1B (or 0xB94D1B) is known color: Rust. HEX triplet: B9, 4D and 1B. RGB value is (185,77,27). Sum of RGB (Red+Green+Blue) = 185+77+27=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94D1B is #46B2E4. Grayscale: #676767. Windows color (decimal): -4633317 or 1789369. OLE color: 1789369.

HSL color Cylindrical-coordinate representation of color #B94D1B: hue angle of 18.99º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B94D1B is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 77 27 -
CMYK 0 0.58 0.85 0.27
HSL 18.99º 0.75% 0.42% -
HSV(B) 18.99º 0.85% 0.73% -
XYZ 22.86 15.7 2.86 -
YUV 103.59 84.78 186.07 -
System Red Green Blue C M Y K H S L
Decimal 185 77 27 0 0.58 0.85 0.27 18.99 0.75 0.42
Hex B9 4D 1B 0 3A 55 1B 13 4B 2A
Octal 271 115 33 0 72 125 33 23 113 52
Binary 10111001 1001101 11011 0 111010 1010101 11011 10011 1001011 101010

Color Harmonies of #B94D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94D1B

Black with #B94D1B

Text Example


Text Example

White with #B94D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94D1B; }

 p { color: rgb(185,77,27); }

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

background-color css

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

 a { background-color: rgb(185,77,27); }

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

border-color css

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

 span { border-color: rgb(185,77,27); }

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