Html Css Color HEX #B9340D Rust

📋 copy color: '#B9340D'

red 185 ◦ green 52 ◦ blue 13

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

Shades of Rust #B9340D

Tints of Rust #B9340D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.2%

R = 74%
G = 20.8%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#B9340D (or 0xB9340D) is known color: Rust. HEX triplet: B9, 34 and 0D. RGB value is (185,52,13). Sum of RGB (Red+Green+Blue) = 185+52+13=250 (33% of max value = 765). Red value is 185 (72.66% from 255 or 74% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 185 - color contains mainly: red. Hex color #B9340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9340D is #46CBF2. Grayscale: #575757. Windows color (decimal): -4639731 or 865465. OLE color: 865465.

HSL color Cylindrical-coordinate representation of color #B9340D: hue angle of 13.6º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9340D is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 52 13 -
CMYK 0 0.72 0.93 0.27
HSL 13.6º 0.87% 0.39% -
HSV(B) 13.6º 0.93% 0.73% -
XYZ 21.31 12.8 1.73 -
YUV 87.32 86.06 197.67 -
System Red Green Blue C M Y K H S L
Decimal 185 52 13 0 0.72 0.93 0.27 13.6 0.87 0.39
Hex B9 34 D 0 48 5D 1B E 57 27
Octal 271 64 15 0 110 135 33 16 127 47
Binary 10111001 110100 1101 0 1001000 1011101 11011 1110 1010111 100111

Color Harmonies of #B9340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9340D

Black with #B9340D

Text Example


Text Example

White with #B9340D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9340D; }

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

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

background-color css

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

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

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

border-color css

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

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

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