Html Css Color HEX #B9370E Rust

📋 copy color: '#B9370E'

red 185 ◦ green 55 ◦ blue 14

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

Shades of Rust #B9370E

Tints of Rust #B9370E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.65%

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

R = 72.83%
G = 21.65%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9370E (or 0xB9370E) is known color: Rust. HEX triplet: B9, 37 and 0E. RGB value is (185,55,14). Sum of RGB (Red+Green+Blue) = 185+55+14=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B9370E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9370E is #46C8F1. Grayscale: #595959. Windows color (decimal): -4638962 or 931769. OLE color: 931769.

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

Color convert

RGB 185 55 14 -
CMYK 0 0.70 0.92 0.27
HSL 14.39º 0.86% 0.39% -
HSV(B) 14.39º 0.92% 0.73% -
XYZ 21.45 13.08 1.81 -
YUV 89.2 85.57 196.33 -
System Red Green Blue C M Y K H S L
Decimal 185 55 14 0 0.70 0.92 0.27 14.39 0.86 0.39
Hex B9 37 E 0 46 5C 1B E 56 27
Octal 271 67 16 0 106 134 33 16 126 47
Binary 10111001 110111 1110 0 1000110 1011100 11011 1110 1010110 100111

Color Harmonies of #B9370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9370E

Black with #B9370E

Text Example


Text Example

White with #B9370E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9370E; }

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

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

background-color css

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

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

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

border-color css

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

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

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