Html Css Color HEX #B94919 Rust

📋 copy color: '#B94919'

red 185 ◦ green 73 ◦ blue 25

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

Shades of Rust #B94919

Tints of Rust #B94919

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.8%

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

R = 65.37%
G = 25.8%
B = 8.83%

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

#B94919 (or 0xB94919) is known color: Rust. HEX triplet: B9, 49 and 19. RGB value is (185,73,25). Sum of RGB (Red+Green+Blue) = 185+73+25=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B94919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94919 is #46B6E6. Grayscale: #656565. Windows color (decimal): -4634343 or 1657273. OLE color: 1657273.

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

Color convert

RGB 185 73 25 -
CMYK 0 0.61 0.86 0.27
HSL 18º 0.76% 0.41% -
HSV(B) 18º 0.86% 0.73% -
XYZ 22.57 15.15 2.65 -
YUV 101.02 85.11 187.9 -
System Red Green Blue C M Y K H S L
Decimal 185 73 25 0 0.61 0.86 0.27 18 0.76 0.41
Hex B9 49 19 0 3D 56 1B 12 4C 29
Octal 271 111 31 0 75 126 33 22 114 51
Binary 10111001 1001001 11001 0 111101 1010110 11011 10010 1001100 101001

Color Harmonies of #B94919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94919

Black with #B94919

Text Example


Text Example

White with #B94919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94919; }

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

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

background-color css

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

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

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

border-color css

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

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

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