Html Css Color HEX #B94614 Rust

📋 copy color: '#B94614'

red 185 ◦ green 70 ◦ blue 20

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

Shades of Rust #B94614

Tints of Rust #B94614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.45%

 BLUE value IS 20 (8.2% from 255) = 7.27%

R = 67.27%
G = 25.45%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B94614 (or 0xB94614) is known color: Rust. HEX triplet: B9, 46 and 14. RGB value is (185,70,20). Sum of RGB (Red+Green+Blue) = 185+70+20=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B94614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94614 is #46B9EB. Grayscale: #636363. Windows color (decimal): -4635116 or 1328825. OLE color: 1328825.

HSL color Cylindrical-coordinate representation of color #B94614: hue angle of 18.18º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B94614 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 70 20 -
CMYK 0 0.62 0.89 0.27
HSL 18.18º 0.8% 0.4% -
HSV(B) 18.18º 0.89% 0.73% -
XYZ 22.32 14.75 2.33 -
YUV 98.69 83.6 189.57 -
System Red Green Blue C M Y K H S L
Decimal 185 70 20 0 0.62 0.89 0.27 18.18 0.8 0.4
Hex B9 46 14 0 3E 59 1B 12 50 28
Octal 271 106 24 0 76 131 33 22 120 50
Binary 10111001 1000110 10100 0 111110 1011001 11011 10010 1010000 101000

Color Harmonies of #B94614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94614

Black with #B94614

Text Example


Text Example

White with #B94614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94614; }

 p { color: rgb(185,70,20); }

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

background-color css

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

 a { background-color: rgb(185,70,20); }

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

border-color css

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

 span { border-color: rgb(185,70,20); }

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