Html Css Color HEX #B9340B Rust

📋 copy color: '#B9340B'

red 185 ◦ green 52 ◦ blue 11

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

Shades of Rust #B9340B

Tints of Rust #B9340B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.97%

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

R = 74.6%
G = 20.97%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9340B (or 0xB9340B) is known color: Rust. HEX triplet: B9, 34 and 0B. RGB value is (185,52,11). Sum of RGB (Red+Green+Blue) = 185+52+11=248 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.60% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 185 - color contains mainly: red. Hex color #B9340B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9340B is #46CBF4. Grayscale: #575757. Windows color (decimal): -4639733 or 734393. OLE color: 734393.

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

Color convert

RGB 185 52 11 -
CMYK 0 0.72 0.94 0.27
HSL 14.14º 0.89% 0.38% -
HSV(B) 14.14º 0.94% 0.73% -
XYZ 21.3 12.79 1.66 -
YUV 87.09 85.06 197.83 -
System Red Green Blue C M Y K H S L
Decimal 185 52 11 0 0.72 0.94 0.27 14.14 0.89 0.38
Hex B9 34 B 0 48 5E 1B E 59 26
Octal 271 64 13 0 110 136 33 16 131 46
Binary 10111001 110100 1011 0 1001000 1011110 11011 1110 1011001 100110

Color Harmonies of #B9340B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9340B

Black with #B9340B

Text Example


Text Example

White with #B9340B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9340B; }

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

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

background-color css

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

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

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

border-color css

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

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

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