Html Css Color HEX #B9390C Rust

📋 copy color: '#B9390C'

red 185 ◦ green 57 ◦ blue 12

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

Shades of Rust #B9390C

Tints of Rust #B9390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.44%

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

R = 72.83%
G = 22.44%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9390C (or 0xB9390C) is known color: Rust. HEX triplet: B9, 39 and 0C. RGB value is (185,57,12). Sum of RGB (Red+Green+Blue) = 185+57+12=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B9390C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9390C is #46C6F3. Grayscale: #5A5A5A. Windows color (decimal): -4638452 or 801209. OLE color: 801209.

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

Color convert

RGB 185 57 12 -
CMYK 0 0.69 0.94 0.27
HSL 15.61º 0.88% 0.39% -
HSV(B) 15.61º 0.94% 0.73% -
XYZ 21.54 13.27 1.77 -
YUV 90.14 83.91 195.66 -
System Red Green Blue C M Y K H S L
Decimal 185 57 12 0 0.69 0.94 0.27 15.61 0.88 0.39
Hex B9 39 C 0 45 5E 1B 10 58 27
Octal 271 71 14 0 105 136 33 20 130 47
Binary 10111001 111001 1100 0 1000101 1011110 11011 10000 1011000 100111

Color Harmonies of #B9390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9390C

Black with #B9390C

Text Example


Text Example

White with #B9390C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9390C; }

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

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

background-color css

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

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

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

border-color css

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

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

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