Html Css Color HEX #B9380F Rust

📋 copy color: '#B9380F'

red 185 ◦ green 56 ◦ blue 15

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

Shades of Rust #B9380F

Tints of Rust #B9380F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.88%

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

R = 72.27%
G = 21.88%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9380F (or 0xB9380F) is known color: Rust. HEX triplet: B9, 38 and 0F. RGB value is (185,56,15). Sum of RGB (Red+Green+Blue) = 185+56+15=256 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.27% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 185 - color contains mainly: red. Hex color #B9380F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9380F is #46C7F0. Grayscale: #5A5A5A. Windows color (decimal): -4638705 or 997561. OLE color: 997561.

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

Color convert

RGB 185 56 15 -
CMYK 0 0.70 0.92 0.27
HSL 14.47º 0.85% 0.39% -
HSV(B) 14.47º 0.92% 0.73% -
XYZ 21.51 13.18 1.86 -
YUV 89.9 85.74 195.83 -
System Red Green Blue C M Y K H S L
Decimal 185 56 15 0 0.70 0.92 0.27 14.47 0.85 0.39
Hex B9 38 F 0 46 5C 1B E 55 27
Octal 271 70 17 0 106 134 33 16 125 47
Binary 10111001 111000 1111 0 1000110 1011100 11011 1110 1010101 100111

Color Harmonies of #B9380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9380F

Black with #B9380F

Text Example


Text Example

White with #B9380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9380F; }

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

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

background-color css

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

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

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

border-color css

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

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

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