Html Css Color HEX #B9310B Rust

📋 copy color: '#B9310B'

red 185 ◦ green 49 ◦ blue 11

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

Shades of Rust #B9310B

Tints of Rust #B9310B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20%

 BLUE value IS 11 (4.69% from 255) = 4.49%

R = 75.51%
G = 20%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9310B (or 0xB9310B) is known color: Rust. HEX triplet: B9, 31 and 0B. RGB value is (185,49,11). Sum of RGB (Red+Green+Blue) = 185+49+11=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B9310B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9310B is #46CEF4. Grayscale: #555555. Windows color (decimal): -4640501 or 733625. OLE color: 733625.

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

Color convert

RGB 185 49 11 -
CMYK 0 0.74 0.94 0.27
HSL 13.1º 0.89% 0.38% -
HSV(B) 13.1º 0.94% 0.73% -
XYZ 21.17 12.54 1.62 -
YUV 85.33 86.06 199.09 -
System Red Green Blue C M Y K H S L
Decimal 185 49 11 0 0.74 0.94 0.27 13.1 0.89 0.38
Hex B9 31 B 0 4A 5E 1B D 59 26
Octal 271 61 13 0 112 136 33 15 131 46
Binary 10111001 110001 1011 0 1001010 1011110 11011 1101 1011001 100110

Color Harmonies of #B9310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9310B

Black with #B9310B

Text Example


Text Example

White with #B9310B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9310B; }

 p { color: rgb(185,49,11); }

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

background-color css

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

 a { background-color: rgb(185,49,11); }

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

border-color css

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

 span { border-color: rgb(185,49,11); }

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