Html Css Color HEX #B9490D Rust

📋 copy color: '#B9490D'

red 185 ◦ green 73 ◦ blue 13

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

Shades of Rust #B9490D

Tints of Rust #B9490D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.8%

R = 68.27%
G = 26.94%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#B9490D (or 0xB9490D) is known color: Rust. HEX triplet: B9, 49 and 0D. RGB value is (185,73,13). Sum of RGB (Red+Green+Blue) = 185+73+13=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B9490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9490D is #46B6F2. Grayscale: #646464. Windows color (decimal): -4634355 or 870841. OLE color: 870841.

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

Color convert

RGB 185 73 13 -
CMYK 0 0.61 0.93 0.27
HSL 20.93º 0.87% 0.39% -
HSV(B) 20.93º 0.93% 0.73% -
XYZ 22.46 15.11 2.11 -
YUV 99.65 79.11 188.88 -
System Red Green Blue C M Y K H S L
Decimal 185 73 13 0 0.61 0.93 0.27 20.93 0.87 0.39
Hex B9 49 D 0 3D 5D 1B 15 57 27
Octal 271 111 15 0 75 135 33 25 127 47
Binary 10111001 1001001 1101 0 111101 1011101 11011 10101 1010111 100111

Color Harmonies of #B9490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9490D

Black with #B9490D

Text Example


Text Example

White with #B9490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9490D; }

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

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

background-color css

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

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

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

border-color css

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

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

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