Html Css Color HEX #B9441F Rust

📋 copy color: '#B9441F'

red 185 ◦ green 68 ◦ blue 31

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

Shades of Rust #B9441F

Tints of Rust #B9441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.94%

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

R = 65.14%
G = 23.94%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B9441F (or 0xB9441F) is known color: Rust. HEX triplet: B9, 44 and 1F. RGB value is (185,68,31). Sum of RGB (Red+Green+Blue) = 185+68+31=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B9441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9441F is #46BBE0. Grayscale: #636363. Windows color (decimal): -4635617 or 2049209. OLE color: 2049209.

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

Color convert

RGB 185 68 31 -
CMYK 0 0.63 0.83 0.27
HSL 14.42º 0.71% 0.42% -
HSV(B) 14.42º 0.83% 0.73% -
XYZ 22.32 14.55 2.93 -
YUV 98.77 89.76 189.51 -
System Red Green Blue C M Y K H S L
Decimal 185 68 31 0 0.63 0.83 0.27 14.42 0.71 0.42
Hex B9 44 1F 0 3F 53 1B E 47 2A
Octal 271 104 37 0 77 123 33 16 107 52
Binary 10111001 1000100 11111 0 111111 1010011 11011 1110 1000111 101010

Color Harmonies of #B9441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9441F

Black with #B9441F

Text Example


Text Example

White with #B9441F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9441F; }

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

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

background-color css

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

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

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

border-color css

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

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

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