Html Css Color HEX #B9340F Rust

📋 copy color: '#B9340F'

red 185 ◦ green 52 ◦ blue 15

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

Shades of Rust #B9340F

Tints of Rust #B9340F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.95%

R = 73.41%
G = 20.63%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9340F (or 0xB9340F) is known color: Rust. HEX triplet: B9, 34 and 0F. RGB value is (185,52,15). Sum of RGB (Red+Green+Blue) = 185+52+15=252 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.41% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 185 - color contains mainly: red. Hex color #B9340F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9340F is #46CBF0. Grayscale: #575757. Windows color (decimal): -4639729 or 996537. OLE color: 996537.

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

Color convert

RGB 185 52 15 -
CMYK 0 0.72 0.92 0.27
HSL 13.06º 0.85% 0.39% -
HSV(B) 13.06º 0.92% 0.73% -
XYZ 21.32 12.8 1.8 -
YUV 87.55 87.06 197.51 -
System Red Green Blue C M Y K H S L
Decimal 185 52 15 0 0.72 0.92 0.27 13.06 0.85 0.39
Hex B9 34 F 0 48 5C 1B D 55 27
Octal 271 64 17 0 110 134 33 15 125 47
Binary 10111001 110100 1111 0 1001000 1011100 11011 1101 1010101 100111

Color Harmonies of #B9340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9340F

Black with #B9340F

Text Example


Text Example

White with #B9340F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9340F; }

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

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

background-color css

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

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

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

border-color css

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

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

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