Html Css Color HEX #B94F12 Rust

📋 copy color: '#B94F12'

red 185 ◦ green 79 ◦ blue 18

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

Shades of Rust #B94F12

Tints of Rust #B94F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.38%

R = 65.6%
G = 28.01%
B = 6.38%

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

#B94F12 (or 0xB94F12) is known color: Rust. HEX triplet: B9, 4F and 12. RGB value is (185,79,18). Sum of RGB (Red+Green+Blue) = 185+79+18=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B94F12 is #46B0ED. Grayscale: #686868. Windows color (decimal): -4632814 or 1200057. OLE color: 1200057.

HSL color Cylindrical-coordinate representation of color #B94F12: hue angle of 21.92º degrees, saturation: 0.82, 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 #B94F12 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 79 18 -
CMYK 0 0.57 0.90 0.27
HSL 21.92º 0.82% 0.4% -
HSV(B) 21.92º 0.9% 0.73% -
XYZ 22.91 15.95 2.44 -
YUV 103.74 79.62 185.96 -
System Red Green Blue C M Y K H S L
Decimal 185 79 18 0 0.57 0.90 0.27 21.92 0.82 0.4
Hex B9 4F 12 0 39 5A 1B 16 52 28
Octal 271 117 22 0 71 132 33 26 122 50
Binary 10111001 1001111 10010 0 111001 1011010 11011 10110 1010010 101000

Color Harmonies of #B94F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94F12

Black with #B94F12

Text Example


Text Example

White with #B94F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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