Html Css Color HEX #B94714 Rust

📋 copy color: '#B94714'

red 185 ◦ green 71 ◦ blue 20

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

Shades of Rust #B94714

Tints of Rust #B94714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.72%

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

R = 67.03%
G = 25.72%
B = 7.25%

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

#B94714 (or 0xB94714) is known color: Rust. HEX triplet: B9, 47 and 14. RGB value is (185,71,20). Sum of RGB (Red+Green+Blue) = 185+71+20=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B94714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94714 is #46B8EB. Grayscale: #636363. Windows color (decimal): -4634860 or 1329081. OLE color: 1329081.

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

Color convert

RGB 185 71 20 -
CMYK 0 0.62 0.89 0.27
HSL 18.55º 0.8% 0.4% -
HSV(B) 18.55º 0.89% 0.73% -
XYZ 22.39 14.87 2.35 -
YUV 99.27 83.27 189.15 -
System Red Green Blue C M Y K H S L
Decimal 185 71 20 0 0.62 0.89 0.27 18.55 0.8 0.4
Hex B9 47 14 0 3E 59 1B 13 50 28
Octal 271 107 24 0 76 131 33 23 120 50
Binary 10111001 1000111 10100 0 111110 1011001 11011 10011 1010000 101000

Color Harmonies of #B94714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94714

Black with #B94714

Text Example


Text Example

White with #B94714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94714; }

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

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

background-color css

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

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

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

border-color css

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

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

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