Html Css Color HEX #B9401F Rust

📋 copy color: '#B9401F'

red 185 ◦ green 64 ◦ blue 31

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

Shades of Rust #B9401F

Tints of Rust #B9401F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.86%

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

R = 66.07%
G = 22.86%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B9401F (or 0xB9401F) is known color: Rust. HEX triplet: B9, 40 and 1F. RGB value is (185,64,31). Sum of RGB (Red+Green+Blue) = 185+64+31=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B9401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9401F is #46BFE0. Grayscale: #606060. Windows color (decimal): -4636641 or 2048185. OLE color: 2048185.

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

Color convert

RGB 185 64 31 -
CMYK 0 0.65 0.83 0.27
HSL 12.86º 0.71% 0.42% -
HSV(B) 12.86º 0.83% 0.73% -
XYZ 22.09 14.08 2.85 -
YUV 96.42 91.09 191.18 -
System Red Green Blue C M Y K H S L
Decimal 185 64 31 0 0.65 0.83 0.27 12.86 0.71 0.42
Hex B9 40 1F 0 41 53 1B D 47 2A
Octal 271 100 37 0 101 123 33 15 107 52
Binary 10111001 1000000 11111 0 1000001 1010011 11011 1101 1000111 101010

Color Harmonies of #B9401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9401F

Black with #B9401F

Text Example


Text Example

White with #B9401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9401F; }

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

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

background-color css

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

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

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

border-color css

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

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

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