Html Css Color HEX #B94F19 Rust

📋 copy color: '#B94F19'

red 185 ◦ green 79 ◦ blue 25

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

Shades of Rust #B94F19

Tints of Rust #B94F19

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.34%

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

R = 64.01%
G = 27.34%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B94F19 (or 0xB94F19) is known color: Rust. HEX triplet: B9, 4F and 19. RGB value is (185,79,25). Sum of RGB (Red+Green+Blue) = 185+79+25=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B94F19 is #46B0E6. Grayscale: #686868. Windows color (decimal): -4632807 or 1658809. OLE color: 1658809.

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

Color convert

RGB 185 79 25 -
CMYK 0 0.57 0.86 0.27
HSL 20.25º 0.76% 0.41% -
HSV(B) 20.25º 0.86% 0.73% -
XYZ 22.98 15.98 2.79 -
YUV 104.54 83.12 185.39 -
System Red Green Blue C M Y K H S L
Decimal 185 79 25 0 0.57 0.86 0.27 20.25 0.76 0.41
Hex B9 4F 19 0 39 56 1B 14 4C 29
Octal 271 117 31 0 71 126 33 24 114 51
Binary 10111001 1001111 11001 0 111001 1010110 11011 10100 1001100 101001

Color Harmonies of #B94F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94F19

Black with #B94F19

Text Example


Text Example

White with #B94F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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