Html Css Color HEX #B9540F Rust

📋 copy color: '#B9540F'

red 185 ◦ green 84 ◦ blue 15

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

Shades of Rust #B9540F

Tints of Rust #B9540F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.58%

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

R = 65.14%
G = 29.58%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9540F (or 0xB9540F) is known color: Rust. HEX triplet: B9, 54 and 0F. RGB value is (185,84,15). Sum of RGB (Red+Green+Blue) = 185+84+15=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B9540F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9540F is #46ABF0. Grayscale: #6A6A6A. Windows color (decimal): -4631537 or 1004729. OLE color: 1004729.

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

Color convert

RGB 185 84 15 -
CMYK 0 0.55 0.92 0.27
HSL 24.35º 0.85% 0.39% -
HSV(B) 24.35º 0.92% 0.73% -
XYZ 23.26 16.69 2.45 -
YUV 106.33 76.46 184.11 -
System Red Green Blue C M Y K H S L
Decimal 185 84 15 0 0.55 0.92 0.27 24.35 0.85 0.39
Hex B9 54 F 0 37 5C 1B 18 55 27
Octal 271 124 17 0 67 134 33 30 125 47
Binary 10111001 1010100 1111 0 110111 1011100 11011 11000 1010101 100111

Color Harmonies of #B9540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9540F

Black with #B9540F

Text Example


Text Example

White with #B9540F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9540F; }

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

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

background-color css

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

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

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

border-color css

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

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

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