Html Css Color HEX #B94D17 Rust

📋 copy color: '#B94D17'

red 185 ◦ green 77 ◦ blue 23

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

Shades of Rust #B94D17

Tints of Rust #B94D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.07%

R = 64.91%
G = 27.02%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B94D17 (or 0xB94D17) is known color: Rust. HEX triplet: B9, 4D and 17. RGB value is (185,77,23). Sum of RGB (Red+Green+Blue) = 185+77+23=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B94D17 is #46B2E8. Grayscale: #676767. Windows color (decimal): -4633321 or 1527225. OLE color: 1527225.

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

Color convert

RGB 185 77 23 -
CMYK 0 0.58 0.88 0.27
HSL 20º 0.78% 0.41% -
HSV(B) 20º 0.88% 0.73% -
XYZ 22.82 15.68 2.64 -
YUV 103.14 82.78 186.39 -
System Red Green Blue C M Y K H S L
Decimal 185 77 23 0 0.58 0.88 0.27 20 0.78 0.41
Hex B9 4D 17 0 3A 58 1B 14 4E 29
Octal 271 115 27 0 72 130 33 24 116 51
Binary 10111001 1001101 10111 0 111010 1011000 11011 10100 1001110 101001

Color Harmonies of #B94D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94D17

Black with #B94D17

Text Example


Text Example

White with #B94D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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