Html Css Color HEX #B9491C Rust

📋 copy color: '#B9491C'

red 185 ◦ green 73 ◦ blue 28

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

Shades of Rust #B9491C

Tints of Rust #B9491C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.79%

R = 64.69%
G = 25.52%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9491C (or 0xB9491C) is known color: Rust. HEX triplet: B9, 49 and 1C. RGB value is (185,73,28). Sum of RGB (Red+Green+Blue) = 185+73+28=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B9491C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9491C is #46B6E3. Grayscale: #656565. Windows color (decimal): -4634340 or 1853881. OLE color: 1853881.

HSL color Cylindrical-coordinate representation of color #B9491C: hue angle of 17.2º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9491C is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 73 28 -
CMYK 0 0.61 0.85 0.27
HSL 17.2º 0.74% 0.42% -
HSV(B) 17.2º 0.85% 0.73% -
XYZ 22.6 15.16 2.83 -
YUV 101.36 86.61 187.66 -
System Red Green Blue C M Y K H S L
Decimal 185 73 28 0 0.61 0.85 0.27 17.2 0.74 0.42
Hex B9 49 1C 0 3D 55 1B 11 4A 2A
Octal 271 111 34 0 75 125 33 21 112 52
Binary 10111001 1001001 11100 0 111101 1010101 11011 10001 1001010 101010

Color Harmonies of #B9491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9491C

Black with #B9491C

Text Example


Text Example

White with #B9491C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9491C; }

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

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

background-color css

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

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

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

border-color css

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

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

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