Html Css Color HEX #B94414 Rust

📋 copy color: '#B94414'

red 185 ◦ green 68 ◦ blue 20

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

Shades of Rust #B94414

Tints of Rust #B94414

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.91%

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

R = 67.77%
G = 24.91%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B94414 (or 0xB94414) is known color: Rust. HEX triplet: B9, 44 and 14. RGB value is (185,68,20). Sum of RGB (Red+Green+Blue) = 185+68+20=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B94414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94414 is #46BBEB. Grayscale: #616161. Windows color (decimal): -4635628 or 1328313. OLE color: 1328313.

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

Color convert

RGB 185 68 20 -
CMYK 0 0.63 0.89 0.27
HSL 17.45º 0.8% 0.4% -
HSV(B) 17.45º 0.89% 0.73% -
XYZ 22.2 14.5 2.29 -
YUV 97.51 84.26 190.4 -
System Red Green Blue C M Y K H S L
Decimal 185 68 20 0 0.63 0.89 0.27 17.45 0.8 0.4
Hex B9 44 14 0 3F 59 1B 11 50 28
Octal 271 104 24 0 77 131 33 21 120 50
Binary 10111001 1000100 10100 0 111111 1011001 11011 10001 1010000 101000

Color Harmonies of #B94414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94414

Black with #B94414

Text Example


Text Example

White with #B94414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94414; }

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

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

background-color css

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

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

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

border-color css

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

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

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