Html Css Color HEX #B9340C Rust

📋 copy color: '#B9340C'

red 185 ◦ green 52 ◦ blue 12

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

Shades of Rust #B9340C

Tints of Rust #B9340C

RGB

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

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

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

R = 74.3%
G = 20.88%
B = 4.82%

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

#B9340C (or 0xB9340C) is known color: Rust. HEX triplet: B9, 34 and 0C. RGB value is (185,52,12). Sum of RGB (Red+Green+Blue) = 185+52+12=249 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.30% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 185 - color contains mainly: red. Hex color #B9340C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9340C is #46CBF3. Grayscale: #575757. Windows color (decimal): -4639732 or 799929. OLE color: 799929.

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

Color convert

RGB 185 52 12 -
CMYK 0 0.72 0.94 0.27
HSL 13.87º 0.88% 0.39% -
HSV(B) 13.87º 0.94% 0.73% -
XYZ 21.3 12.8 1.7 -
YUV 87.21 85.56 197.75 -
System Red Green Blue C M Y K H S L
Decimal 185 52 12 0 0.72 0.94 0.27 13.87 0.88 0.39
Hex B9 34 C 0 48 5E 1B E 58 27
Octal 271 64 14 0 110 136 33 16 130 47
Binary 10111001 110100 1100 0 1001000 1011110 11011 1110 1011000 100111

Color Harmonies of #B9340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9340C

Black with #B9340C

Text Example


Text Example

White with #B9340C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9340C; }

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

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

background-color css

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

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

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

border-color css

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

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

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