Html Css Color HEX #B94A1F Rust

📋 copy color: '#B94A1F'

red 185 ◦ green 74 ◦ blue 31

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

Shades of Rust #B94A1F

Tints of Rust #B94A1F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.52%

 BLUE value IS 31 (12.5% from 255) = 10.69%

R = 63.79%
G = 25.52%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B94A1F (or 0xB94A1F) is known color: Rust. HEX triplet: B9, 4A and 1F. RGB value is (185,74,31). Sum of RGB (Red+Green+Blue) = 185+74+31=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94A1F is #46B5E0. Grayscale: #666666. Windows color (decimal): -4634081 or 2050745. OLE color: 2050745.

HSL color Cylindrical-coordinate representation of color #B94A1F: hue angle of 16.75º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B94A1F is Cyan = 0, Magento = 0.6, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 74 31 -
CMYK 0 0.6 0.83 0.27
HSL 16.75º 0.71% 0.42% -
HSV(B) 16.75º 0.83% 0.73% -
XYZ 22.7 15.31 3.05 -
YUV 102.29 87.77 187 -
System Red Green Blue C M Y K H S L
Decimal 185 74 31 0 0.6 0.83 0.27 16.75 0.71 0.42
Hex B9 4A 1F 0 3C 53 1B 11 47 2A
Octal 271 112 37 0 74 123 33 21 107 52
Binary 10111001 1001010 11111 0 111100 1010011 11011 10001 1000111 101010

Color Harmonies of #B94A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94A1F

Black with #B94A1F

Text Example


Text Example

White with #B94A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94A1F; }

 p { color: rgb(185,74,31); }

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

background-color css

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

 a { background-color: rgb(185,74,31); }

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

border-color css

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

 span { border-color: rgb(185,74,31); }

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