Html Css Color HEX #B9500C Rust

📋 copy color: '#B9500C'

red 185 ◦ green 80 ◦ blue 12

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

Shades of Rust #B9500C

Tints of Rust #B9500C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.33%

R = 66.79%
G = 28.88%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9500C (or 0xB9500C) is known color: Rust. HEX triplet: B9, 50 and 0C. RGB value is (185,80,12). Sum of RGB (Red+Green+Blue) = 185+80+12=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B9500C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9500C is #46AFF3. Grayscale: #686868. Windows color (decimal): -4632564 or 807097. OLE color: 807097.

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

Color convert

RGB 185 80 12 -
CMYK 0 0.57 0.94 0.27
HSL 23.58º 0.88% 0.39% -
HSV(B) 23.58º 0.94% 0.73% -
XYZ 22.94 16.08 2.24 -
YUV 103.64 76.29 186.03 -
System Red Green Blue C M Y K H S L
Decimal 185 80 12 0 0.57 0.94 0.27 23.58 0.88 0.39
Hex B9 50 C 0 39 5E 1B 18 58 27
Octal 271 120 14 0 71 136 33 30 130 47
Binary 10111001 1010000 1100 0 111001 1011110 11011 11000 1011000 100111

Color Harmonies of #B9500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9500C

Black with #B9500C

Text Example


Text Example

White with #B9500C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9500C; }

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

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

background-color css

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

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

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

border-color css

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

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

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