Html Css Color HEX #B9360F Rust

📋 copy color: '#B9360F'

red 185 ◦ green 54 ◦ blue 15

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

Shades of Rust #B9360F

Tints of Rust #B9360F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.26%

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

R = 72.83%
G = 21.26%
B = 5.91%

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

#B9360F (or 0xB9360F) is known color: Rust. HEX triplet: B9, 36 and 0F. RGB value is (185,54,15). Sum of RGB (Red+Green+Blue) = 185+54+15=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B9360F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9360F is #46C9F0. Grayscale: #595959. Windows color (decimal): -4639217 or 997049. OLE color: 997049.

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

Color convert

RGB 185 54 15 -
CMYK 0 0.71 0.92 0.27
HSL 13.76º 0.85% 0.39% -
HSV(B) 13.76º 0.92% 0.73% -
XYZ 21.41 12.99 1.83 -
YUV 88.72 86.4 196.67 -
System Red Green Blue C M Y K H S L
Decimal 185 54 15 0 0.71 0.92 0.27 13.76 0.85 0.39
Hex B9 36 F 0 47 5C 1B E 55 27
Octal 271 66 17 0 107 134 33 16 125 47
Binary 10111001 110110 1111 0 1000111 1011100 11011 1110 1010101 100111

Color Harmonies of #B9360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9360F

Black with #B9360F

Text Example


Text Example

White with #B9360F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9360F; }

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

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

background-color css

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

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

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

border-color css

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

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

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