Html Css Color HEX #B94E1A Rust

📋 copy color: '#B94E1A'

red 185 ◦ green 78 ◦ blue 26

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

Shades of Rust #B94E1A

Tints of Rust #B94E1A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.99%

 BLUE value IS 26 (10.55% from 255) = 9%

R = 64.01%
G = 26.99%
B = 9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B94E1A (or 0xB94E1A) is known color: Rust. HEX triplet: B9, 4E and 1A. RGB value is (185,78,26). Sum of RGB (Red+Green+Blue) = 185+78+26=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94E1A is #46B1E5. Grayscale: #686868. Windows color (decimal): -4633062 or 1724089. OLE color: 1724089.

HSL color Cylindrical-coordinate representation of color #B94E1A: hue angle of 19.62º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B94E1A is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 78 26 -
CMYK 0 0.58 0.86 0.27
HSL 19.62º 0.75% 0.41% -
HSV(B) 19.62º 0.86% 0.73% -
XYZ 22.92 15.84 2.83 -
YUV 104.07 83.95 185.73 -
System Red Green Blue C M Y K H S L
Decimal 185 78 26 0 0.58 0.86 0.27 19.62 0.75 0.41
Hex B9 4E 1A 0 3A 56 1B 14 4B 29
Octal 271 116 32 0 72 126 33 24 113 51
Binary 10111001 1001110 11010 0 111010 1010110 11011 10100 1001011 101001

Color Harmonies of #B94E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94E1A

Black with #B94E1A

Text Example


Text Example

White with #B94E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94E1A; }

 p { color: rgb(185,78,26); }

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

background-color css

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

 a { background-color: rgb(185,78,26); }

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

border-color css

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

 span { border-color: rgb(185,78,26); }

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