Html Css Color HEX #B9460E Rust

📋 copy color: '#B9460E'

red 185 ◦ green 70 ◦ blue 14

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

Shades of Rust #B9460E

Tints of Rust #B9460E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.02%

 BLUE value IS 14 (5.86% from 255) = 5.2%

R = 68.77%
G = 26.02%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9460E (or 0xB9460E) is known color: Rust. HEX triplet: B9, 46 and 0E. RGB value is (185,70,14). Sum of RGB (Red+Green+Blue) = 185+70+14=269 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.77% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 185 - color contains mainly: red. Hex color #B9460E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9460E is #46B9F1. Grayscale: #626262. Windows color (decimal): -4635122 or 935609. OLE color: 935609.

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

Color convert

RGB 185 70 14 -
CMYK 0 0.62 0.92 0.27
HSL 19.65º 0.86% 0.39% -
HSV(B) 19.65º 0.92% 0.73% -
XYZ 22.28 14.73 2.08 -
YUV 98 80.6 190.05 -
System Red Green Blue C M Y K H S L
Decimal 185 70 14 0 0.62 0.92 0.27 19.65 0.86 0.39
Hex B9 46 E 0 3E 5C 1B 14 56 27
Octal 271 106 16 0 76 134 33 24 126 47
Binary 10111001 1000110 1110 0 111110 1011100 11011 10100 1010110 100111

Color Harmonies of #B9460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9460E

Black with #B9460E

Text Example


Text Example

White with #B9460E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9460E; }

 p { color: rgb(185,70,14); }

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

background-color css

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

 a { background-color: rgb(185,70,14); }

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

border-color css

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

 span { border-color: rgb(185,70,14); }

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