Html Css Color HEX #B94819 Rust

📋 copy color: '#B94819'

red 185 ◦ green 72 ◦ blue 25

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

Shades of Rust #B94819

Tints of Rust #B94819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.53%

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

R = 65.6%
G = 25.53%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B94819 (or 0xB94819) is known color: Rust. HEX triplet: B9, 48 and 19. RGB value is (185,72,25). Sum of RGB (Red+Green+Blue) = 185+72+25=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B94819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94819 is #46B7E6. Grayscale: #646464. Windows color (decimal): -4634599 or 1657017. OLE color: 1657017.

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

Color convert

RGB 185 72 25 -
CMYK 0 0.61 0.86 0.27
HSL 17.63º 0.76% 0.41% -
HSV(B) 17.63º 0.86% 0.73% -
XYZ 22.5 15.02 2.63 -
YUV 100.43 85.44 188.32 -
System Red Green Blue C M Y K H S L
Decimal 185 72 25 0 0.61 0.86 0.27 17.63 0.76 0.41
Hex B9 48 19 0 3D 56 1B 12 4C 29
Octal 271 110 31 0 75 126 33 22 114 51
Binary 10111001 1001000 11001 0 111101 1010110 11011 10010 1001100 101001

Color Harmonies of #B94819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94819

Black with #B94819

Text Example


Text Example

White with #B94819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94819; }

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

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

background-color css

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

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

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

border-color css

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

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

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