#B94A0B

Color #B94A0B Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #B94A0B

Tints of Rust #B94A0B

Color information

#B94A0B (or 0xB94A0B) is unknown color: approx Rust. HEX triplet: B9, 4A and 0B. RGB value is (185,74,11). Sum of RGB (Red+Green+Blue) = 185+74+11=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94A0B is #46B5F4. Grayscale: #646464. Windows color (decimal): -4634101 or 740025. OLE color: 740025.

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

Color convert

RGB1857411-
CMYK00.60.940.27
HSL21.72º88.78%38.43%-
HSV(B)21.72º94.05%72.55%-
XYZ22.5215.242.07-
YUV100.0177.77188.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 68.52%
GREEN value IS 74 (29.30% from 255) = 27.41%
BLUE value IS 11 (4.69% from 255) = 4.07%
R=68.52%
G=27.41%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185741100.60.940.2721.7288.7838.43
HexB94AB03C5E1B165926
Octal27111213074136332613146
Binary10111001100101010110111100101111011011101101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94A0B; }

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

 H1.HeaderClassName
 {
   color: #B94A0B;
 }
 .AnyTagClassName
 {
   color: #B94A0B;
 }
</style>
background-color css

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

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

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

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

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

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