Html Css Color HEX #B94119 Rust

📋 copy color: '#B94119'

red 185 ◦ green 65 ◦ blue 25

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

Shades of Rust #B94119

Tints of Rust #B94119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.64%

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

R = 67.27%
G = 23.64%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B94119 (or 0xB94119) is known color: Rust. HEX triplet: B9, 41 and 19. RGB value is (185,65,25). Sum of RGB (Red+Green+Blue) = 185+65+25=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B94119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94119 is #46BEE6. Grayscale: #606060. Windows color (decimal): -4636391 or 1655225. OLE color: 1655225.

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

Color convert

RGB 185 65 25 -
CMYK 0 0.65 0.86 0.27
HSL 15º 0.76% 0.41% -
HSV(B) 15º 0.86% 0.73% -
XYZ 22.07 14.17 2.49 -
YUV 96.32 87.76 191.25 -
System Red Green Blue C M Y K H S L
Decimal 185 65 25 0 0.65 0.86 0.27 15 0.76 0.41
Hex B9 41 19 0 41 56 1B F 4C 29
Octal 271 101 31 0 101 126 33 17 114 51
Binary 10111001 1000001 11001 0 1000001 1010110 11011 1111 1001100 101001

Color Harmonies of #B94119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94119

Black with #B94119

Text Example


Text Example

White with #B94119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94119; }

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

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

background-color css

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

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

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

border-color css

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

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

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