Html Css Color HEX #B94F0E Rust

📋 copy color: '#B94F0E'

red 185 ◦ green 79 ◦ blue 14

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

Shades of Rust #B94F0E

Tints of Rust #B94F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.04%

R = 66.55%
G = 28.42%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B94F0E (or 0xB94F0E) is known color: Rust. HEX triplet: B9, 4F and 0E. RGB value is (185,79,14). Sum of RGB (Red+Green+Blue) = 185+79+14=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B94F0E is #46B0F1. Grayscale: #676767. Windows color (decimal): -4632818 or 937913. OLE color: 937913.

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

Color convert

RGB 185 79 14 -
CMYK 0 0.57 0.92 0.27
HSL 22.81º 0.86% 0.39% -
HSV(B) 22.81º 0.92% 0.73% -
XYZ 22.88 15.94 2.29 -
YUV 103.28 77.62 186.29 -
System Red Green Blue C M Y K H S L
Decimal 185 79 14 0 0.57 0.92 0.27 22.81 0.86 0.39
Hex B9 4F E 0 39 5C 1B 17 56 27
Octal 271 117 16 0 71 134 33 27 126 47
Binary 10111001 1001111 1110 0 111001 1011100 11011 10111 1010110 100111

Color Harmonies of #B94F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94F0E

Black with #B94F0E

Text Example


Text Example

White with #B94F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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