Html Css Color HEX #B9481F Rust

📋 copy color: '#B9481F'

red 185 ◦ green 72 ◦ blue 31

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

Shades of Rust #B9481F

Tints of Rust #B9481F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25%

 BLUE value IS 31 (12.5% from 255) = 10.76%

R = 64.24%
G = 25%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B9481F (or 0xB9481F) is known color: Rust. HEX triplet: B9, 48 and 1F. RGB value is (185,72,31). Sum of RGB (Red+Green+Blue) = 185+72+31=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B9481F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9481F is #46B7E0. Grayscale: #656565. Windows color (decimal): -4634593 or 2050233. OLE color: 2050233.

HSL color Cylindrical-coordinate representation of color #B9481F: hue angle of 15.97º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9481F is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 72 31 -
CMYK 0 0.61 0.83 0.27
HSL 15.97º 0.71% 0.42% -
HSV(B) 15.97º 0.83% 0.73% -
XYZ 22.57 15.05 3.01 -
YUV 101.11 88.44 187.83 -
System Red Green Blue C M Y K H S L
Decimal 185 72 31 0 0.61 0.83 0.27 15.97 0.71 0.42
Hex B9 48 1F 0 3D 53 1B 10 47 2A
Octal 271 110 37 0 75 123 33 20 107 52
Binary 10111001 1001000 11111 0 111101 1010011 11011 10000 1000111 101010

Color Harmonies of #B9481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9481F

Black with #B9481F

Text Example


Text Example

White with #B9481F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9481F; }

 p { color: rgb(185,72,31); }

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

background-color css

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

 a { background-color: rgb(185,72,31); }

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

border-color css

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

 span { border-color: rgb(185,72,31); }

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