Html Css Color HEX #B9500D Rust

📋 copy color: '#B9500D'

red 185 ◦ green 80 ◦ blue 13

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

Shades of Rust #B9500D

Tints of Rust #B9500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.78%

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

R = 66.55%
G = 28.78%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#B9500D (or 0xB9500D) is known color: Rust. HEX triplet: B9, 50 and 0D. RGB value is (185,80,13). Sum of RGB (Red+Green+Blue) = 185+80+13=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B9500D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9500D is #46AFF2. Grayscale: #686868. Windows color (decimal): -4632563 or 872633. OLE color: 872633.

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

Color convert

RGB 185 80 13 -
CMYK 0 0.57 0.93 0.27
HSL 23.37º 0.87% 0.39% -
HSV(B) 23.37º 0.93% 0.73% -
XYZ 22.95 16.08 2.28 -
YUV 103.76 76.79 185.95 -
System Red Green Blue C M Y K H S L
Decimal 185 80 13 0 0.57 0.93 0.27 23.37 0.87 0.39
Hex B9 50 D 0 39 5D 1B 17 57 27
Octal 271 120 15 0 71 135 33 27 127 47
Binary 10111001 1010000 1101 0 111001 1011101 11011 10111 1010111 100111

Color Harmonies of #B9500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9500D

Black with #B9500D

Text Example


Text Example

White with #B9500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9500D; }

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

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

background-color css

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

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

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

border-color css

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

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

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