Html Css Color HEX #B94F13 Rust

📋 copy color: '#B94F13'

red 185 ◦ green 79 ◦ blue 19

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

Shades of Rust #B94F13

Tints of Rust #B94F13

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.92%

 BLUE value IS 19 (7.81% from 255) = 6.71%

R = 65.37%
G = 27.92%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B94F13 (or 0xB94F13) is known color: Rust. HEX triplet: B9, 4F and 13. RGB value is (185,79,19). Sum of RGB (Red+Green+Blue) = 185+79+19=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B94F13 is #46B0EC. Grayscale: #686868. Windows color (decimal): -4632813 or 1265593. OLE color: 1265593.

HSL color Cylindrical-coordinate representation of color #B94F13: hue angle of 21.69º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B94F13 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 79 19 -
CMYK 0 0.57 0.90 0.27
HSL 21.69º 0.81% 0.4% -
HSV(B) 21.69º 0.9% 0.73% -
XYZ 22.92 15.95 2.49 -
YUV 103.85 80.12 185.88 -
System Red Green Blue C M Y K H S L
Decimal 185 79 19 0 0.57 0.90 0.27 21.69 0.81 0.4
Hex B9 4F 13 0 39 5A 1B 16 51 28
Octal 271 117 23 0 71 132 33 26 121 50
Binary 10111001 1001111 10011 0 111001 1011010 11011 10110 1010001 101000

Color Harmonies of #B94F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94F13

Black with #B94F13

Text Example


Text Example

White with #B94F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94F13; }

 p { color: rgb(185,79,19); }

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

background-color css

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

 a { background-color: rgb(185,79,19); }

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

border-color css

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

 span { border-color: rgb(185,79,19); }

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