Html Css Color HEX #B94219 Rust

📋 copy color: '#B94219'

red 185 ◦ green 66 ◦ blue 25

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

Shades of Rust #B94219

Tints of Rust #B94219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.91%

 BLUE value IS 25 (10.16% from 255) = 9.06%

R = 67.03%
G = 23.91%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B94219 (or 0xB94219) is known color: Rust. HEX triplet: B9, 42 and 19. RGB value is (185,66,25). Sum of RGB (Red+Green+Blue) = 185+66+25=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B94219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94219 is #46BDE6. Grayscale: #616161. Windows color (decimal): -4636135 or 1655481. OLE color: 1655481.

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

Color convert

RGB 185 66 25 -
CMYK 0 0.64 0.86 0.27
HSL 15.38º 0.76% 0.41% -
HSV(B) 15.38º 0.86% 0.73% -
XYZ 22.13 14.28 2.51 -
YUV 96.91 87.42 190.83 -
System Red Green Blue C M Y K H S L
Decimal 185 66 25 0 0.64 0.86 0.27 15.38 0.76 0.41
Hex B9 42 19 0 40 56 1B F 4C 29
Octal 271 102 31 0 100 126 33 17 114 51
Binary 10111001 1000010 11001 0 1000000 1010110 11011 1111 1001100 101001

Color Harmonies of #B94219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94219

Black with #B94219

Text Example


Text Example

White with #B94219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94219; }

 p { color: rgb(185,66,25); }

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

background-color css

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

 a { background-color: rgb(185,66,25); }

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

border-color css

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

 span { border-color: rgb(185,66,25); }

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