Html Css Color HEX #B94F0F Rust

📋 copy color: '#B94F0F'

red 185 ◦ green 79 ◦ blue 15

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

Shades of Rust #B94F0F

Tints of Rust #B94F0F

RGB

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

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

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

R = 66.31%
G = 28.32%
B = 5.38%

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

#B94F0F (or 0xB94F0F) is known color: Rust. HEX triplet: B9, 4F and 0F. RGB value is (185,79,15). Sum of RGB (Red+Green+Blue) = 185+79+15=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B94F0F is #46B0F0. Grayscale: #676767. Windows color (decimal): -4632817 or 1003449. OLE color: 1003449.

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

Color convert

RGB 185 79 15 -
CMYK 0 0.57 0.92 0.27
HSL 22.59º 0.85% 0.39% -
HSV(B) 22.59º 0.92% 0.73% -
XYZ 22.89 15.94 2.32 -
YUV 103.4 78.12 186.2 -
System Red Green Blue C M Y K H S L
Decimal 185 79 15 0 0.57 0.92 0.27 22.59 0.85 0.39
Hex B9 4F F 0 39 5C 1B 17 55 27
Octal 271 117 17 0 71 134 33 27 125 47
Binary 10111001 1001111 1111 0 111001 1011100 11011 10111 1010101 100111

Color Harmonies of #B94F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94F0F

Black with #B94F0F

Text Example


Text Example

White with #B94F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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