Html Css Color HEX #B9350E Rust

📋 copy color: '#B9350E'

red 185 ◦ green 53 ◦ blue 14

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

Shades of Rust #B9350E

Tints of Rust #B9350E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.03%

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

R = 73.41%
G = 21.03%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9350E (or 0xB9350E) is known color: Rust. HEX triplet: B9, 35 and 0E. RGB value is (185,53,14). Sum of RGB (Red+Green+Blue) = 185+53+14=252 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.41% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 185 - color contains mainly: red. Hex color #B9350E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9350E is #46CAF1. Grayscale: #585858. Windows color (decimal): -4639474 or 931257. OLE color: 931257.

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

Color convert

RGB 185 53 14 -
CMYK 0 0.71 0.92 0.27
HSL 13.68º 0.86% 0.39% -
HSV(B) 13.68º 0.92% 0.73% -
XYZ 21.36 12.89 1.78 -
YUV 88.02 86.23 197.17 -
System Red Green Blue C M Y K H S L
Decimal 185 53 14 0 0.71 0.92 0.27 13.68 0.86 0.39
Hex B9 35 E 0 47 5C 1B E 56 27
Octal 271 65 16 0 107 134 33 16 126 47
Binary 10111001 110101 1110 0 1000111 1011100 11011 1110 1010110 100111

Color Harmonies of #B9350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9350E

Black with #B9350E

Text Example


Text Example

White with #B9350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9350E; }

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

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

background-color css

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

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

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

border-color css

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

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

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