Html Css Color HEX #B9470F Rust

📋 copy color: '#B9470F'

red 185 ◦ green 71 ◦ blue 15

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

Shades of Rust #B9470F

Tints of Rust #B9470F

RGB

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

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

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

R = 68.27%
G = 26.2%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9470F (or 0xB9470F) is known color: Rust. HEX triplet: B9, 47 and 0F. RGB value is (185,71,15). Sum of RGB (Red+Green+Blue) = 185+71+15=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B9470F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9470F is #46B8F0. Grayscale: #636363. Windows color (decimal): -4634865 or 1001401. OLE color: 1001401.

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

Color convert

RGB 185 71 15 -
CMYK 0 0.62 0.92 0.27
HSL 19.76º 0.85% 0.39% -
HSV(B) 19.76º 0.92% 0.73% -
XYZ 22.35 14.86 2.14 -
YUV 98.7 80.77 189.55 -
System Red Green Blue C M Y K H S L
Decimal 185 71 15 0 0.62 0.92 0.27 19.76 0.85 0.39
Hex B9 47 F 0 3E 5C 1B 14 55 27
Octal 271 107 17 0 76 134 33 24 125 47
Binary 10111001 1000111 1111 0 111110 1011100 11011 10100 1010101 100111

Color Harmonies of #B9470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9470F

Black with #B9470F

Text Example


Text Example

White with #B9470F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9470F; }

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

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

background-color css

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

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

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

border-color css

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

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

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