Html Css Color HEX #B94F10 Rust

📋 copy color: '#B94F10'

red 185 ◦ green 79 ◦ blue 16

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

Shades of Rust #B94F10

Tints of Rust #B94F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.71%

R = 66.07%
G = 28.21%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B94F10 (or 0xB94F10) is known color: Rust. HEX triplet: B9, 4F and 10. RGB value is (185,79,16). Sum of RGB (Red+Green+Blue) = 185+79+16=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B94F10 is #46B0EF. Grayscale: #676767. Windows color (decimal): -4632816 or 1068985. OLE color: 1068985.

HSL color Cylindrical-coordinate representation of color #B94F10: hue angle of 22.37º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B94F10 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 79 16 -
CMYK 0 0.57 0.91 0.27
HSL 22.37º 0.84% 0.39% -
HSV(B) 22.37º 0.91% 0.73% -
XYZ 22.9 15.94 2.36 -
YUV 103.51 78.62 186.12 -
System Red Green Blue C M Y K H S L
Decimal 185 79 16 0 0.57 0.91 0.27 22.37 0.84 0.39
Hex B9 4F 10 0 39 5B 1B 16 54 27
Octal 271 117 20 0 71 133 33 26 124 47
Binary 10111001 1001111 10000 0 111001 1011011 11011 10110 1010100 100111

Color Harmonies of #B94F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94F10

Black with #B94F10

Text Example


Text Example

White with #B94F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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