Html Css Color HEX #B9471A Rust

📋 copy color: '#B9471A'

red 185 ◦ green 71 ◦ blue 26

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

Shades of Rust #B9471A

Tints of Rust #B9471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.18%

 BLUE value IS 26 (10.55% from 255) = 9.22%

R = 65.6%
G = 25.18%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9471A (or 0xB9471A) is known color: Rust. HEX triplet: B9, 47 and 1A. RGB value is (185,71,26). Sum of RGB (Red+Green+Blue) = 185+71+26=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B9471A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9471A is #46B8E5. Grayscale: #646464. Windows color (decimal): -4634854 or 1722297. OLE color: 1722297.

HSL color Cylindrical-coordinate representation of color #B9471A: hue angle of 16.98º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9471A is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 71 26 -
CMYK 0 0.62 0.86 0.27
HSL 16.98º 0.75% 0.41% -
HSV(B) 16.98º 0.86% 0.73% -
XYZ 22.45 14.9 2.67 -
YUV 99.96 86.27 188.66 -
System Red Green Blue C M Y K H S L
Decimal 185 71 26 0 0.62 0.86 0.27 16.98 0.75 0.41
Hex B9 47 1A 0 3E 56 1B 11 4B 29
Octal 271 107 32 0 76 126 33 21 113 51
Binary 10111001 1000111 11010 0 111110 1010110 11011 10001 1001011 101001

Color Harmonies of #B9471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9471A

Black with #B9471A

Text Example


Text Example

White with #B9471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9471A; }

 p { color: rgb(185,71,26); }

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

background-color css

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

 a { background-color: rgb(185,71,26); }

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

border-color css

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

 span { border-color: rgb(185,71,26); }

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