Html Css Color HEX #B9320E Rust

📋 copy color: '#B9320E'

red 185 ◦ green 50 ◦ blue 14

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

Shades of Rust #B9320E

Tints of Rust #B9320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.08%

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

R = 74.3%
G = 20.08%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9320E (or 0xB9320E) is known color: Rust. HEX triplet: B9, 32 and 0E. RGB value is (185,50,14). Sum of RGB (Red+Green+Blue) = 185+50+14=249 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.30% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 185 - color contains mainly: red. Hex color #B9320E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9320E is #46CDF1. Grayscale: #565656. Windows color (decimal): -4640242 or 930489. OLE color: 930489.

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

Color convert

RGB 185 50 14 -
CMYK 0 0.73 0.92 0.27
HSL 12.63º 0.86% 0.39% -
HSV(B) 12.63º 0.92% 0.73% -
XYZ 21.23 12.63 1.73 -
YUV 86.26 87.23 198.43 -
System Red Green Blue C M Y K H S L
Decimal 185 50 14 0 0.73 0.92 0.27 12.63 0.86 0.39
Hex B9 32 E 0 49 5C 1B D 56 27
Octal 271 62 16 0 111 134 33 15 126 47
Binary 10111001 110010 1110 0 1001001 1011100 11011 1101 1010110 100111

Color Harmonies of #B9320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9320E

Black with #B9320E

Text Example


Text Example

White with #B9320E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9320E; }

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

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

background-color css

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

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

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

border-color css

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

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

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